Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jun 22, 2024
1 parent 0a1db43 commit dec637c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/lightdb/LightDB.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ trait LightDB extends Initializable {
Logger("com.oath.halodb").withMinimumLevel(Level.Warn).replace()
Logger("org.apache.lucene.store").withMinimumLevel(Level.Warn).replace()
}
Logger.system.installJUL()
}

def collections: List[Collection[_, _]] = _collections
Expand Down

0 comments on commit dec637c

Please sign in to comment.