diff --git a/bots/check-mirroring b/bots/check-mirroring index 67160ac..77e799a 100755 --- a/bots/check-mirroring +++ b/bots/check-mirroring @@ -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)