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 534a13d commit 0149c87Copy full SHA for 0149c87
opengrok-tools/src/main/python/opengrok_tools/mirror.py
@@ -144,6 +144,7 @@ def main():
144
if hook_timeout:
145
logger.debug("Global hook timeout = {}".format(hook_timeout))
146
147
+ logdir = None
148
# Log messages to dedicated log file if running in batch mode.
149
if args.batch:
150
logdir = config.get(LOGDIR_PROPERTY)
0 commit comments