lucene/gradle/testing/defaults-tests/logging.properties

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
299 B
Properties
Raw Normal View History

# root handler
handlers=java.util.logging.ConsoleHandler
# root logger's cutoff threshold.
.level=INFO
# configure console handler to emit everything in the default format.
java.util.logging.ConsoleHandler.level=FINEST
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter