Skip to content

Commit 244aa65

Browse files
author
Vladimir Kotal
authored
fix the pattern once again
1 parent 4c0a74f commit 244aa65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opengrok-tools/logging.properties.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ handlers= java.util.logging.FileHandler
77
# Default global logging level.
88
.level= FINE
99

10-
# The '%PROJECT%' pattern will be expanded by the the opengrok-reindex-project script
11-
# and therefore needs to match the argument to the -P option.
12-
java.util.logging.FileHandler.pattern = %PROJECT%/opengrok%g.%u.log
10+
# The '%PROJ%' pattern will be expanded by the the opengrok-reindex-project script
11+
# and therefore needs to match the argument to the -p option.
12+
java.util.logging.FileHandler.pattern = %PROJ%/opengrok%g.%u.log
1313

1414
## Rotation settings
1515
# 50 MiB

0 commit comments

Comments
 (0)