File: logging.properties

package info (click to toggle)
lucene4.10 4.10.4%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 81,260 kB
  • sloc: java: 499,919; xml: 17,224; python: 1,956; perl: 1,177; cpp: 330; jsp: 125; makefile: 16; sh: 10
file content (10 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10

# 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