check-mirroring: Move log file under /home/humbug/logs/.
This is for consistency with where one goes for server logs on our normal frontends. (imported from commit 094f4cd1ca6c64497594827e12d8100bbb9bd6ab)
This commit is contained in:
parent
2c39d17120
commit
157fdb94d4
|
@ -47,7 +47,7 @@ zulip_client = zulip.Client(
|
|||
site=options.site)
|
||||
|
||||
# Configure logging
|
||||
log_file = os.path.join(options.root_path, "check-mirroring-log")
|
||||
log_file = os.path.join(options.root_path, "logs", "check-mirroring-log")
|
||||
log_format = "%(asctime)s: %(message)s"
|
||||
logging.basicConfig(format=log_format)
|
||||
|
||||
|
|
Loading…
Reference in a new issue