check-mirroring: Fix hardcoded logging path.
(imported from commit 93b0d27285f79ecd7286cc07bc7727f754bc8012)
This commit is contained in:
parent
706e37faf9
commit
10f8eac0e5
|
@ -47,7 +47,7 @@ humbug_client = humbug.Client(
|
|||
site=options.site)
|
||||
|
||||
# Configure logging
|
||||
log_file = "/home/humbug/check-mirroring-log"
|
||||
log_file = os.path.join(options.root_path, "check-mirroring-log")
|
||||
log_format = "%(asctime)s: %(message)s"
|
||||
logging.basicConfig(format=log_format)
|
||||
|
||||
|
|
Loading…
Reference in a new issue