Skip to content

Commit e11eb6e

Browse files
committed
avoid setting global log level
fixes #2211
1 parent b238394 commit e11eb6e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

logging.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler
3030
# Available logging levels: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL
3131
# OFF will give no output, SEVERE will give very little output, FINEST and ALL will give lots of output.
3232
#
33-
.level= ALL
33+
# .level= ALL
3434

3535
############################################################
3636
# Handler specific properties.

tools/logging.properties.template

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
handlers= java.util.logging.FileHandler
66

77
# Default global logging level.
8-
.level= FINE
8+
#.level= FINE
9+
10+
# OpenGrok log level
11+
org.opengrok.level = FINE
912

1013
# The '%PROJ%' pattern will be expanded by the the opengrok-reindex-project script
1114
# and therefore needs to match the argument to the -p option.

0 commit comments

Comments
 (0)