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 d7a0e64 commit 4c0a74fCopy full SHA for 4c0a74f
opengrok-tools/logging.properties.template
@@ -7,7 +7,9 @@ handlers= java.util.logging.FileHandler
7
# Default global logging level.
8
.level= FINE
9
10
-java.util.logging.FileHandler.pattern = DIR_TO_BE/opengrok%g.%u.log
+# 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
13
14
## Rotation settings
15
# 50 MiB
0 commit comments