We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0a74f commit 244aa65Copy full SHA for 244aa65
opengrok-tools/logging.properties.template
@@ -7,9 +7,9 @@ handlers= java.util.logging.FileHandler
7
# Default global logging level.
8
.level= FINE
9
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
+# The '%PROJ%' pattern will be expanded by the the opengrok-reindex-project script
+# and therefore needs to match the argument to the -p option.
+java.util.logging.FileHandler.pattern = %PROJ%/opengrok%g.%u.log
13
14
## Rotation settings
15
# 50 MiB
0 commit comments