From 42cfe748e23bad6fc51b14a3e5896a77fdb5c1d5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 11 Jun 2024 22:08:49 +0200 Subject: Use systemd.journal to log to journald when sarted via .service files. This enables proper filtering by level etc. (incl. journald coloring). --- webmap-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webmap-download') diff --git a/webmap-download b/webmap-download index a4a6413..fc5ceee 100755 --- a/webmap-download +++ b/webmap-download @@ -133,7 +133,7 @@ def download(url, dest, dir_fd=None, headers={}, session=requests, progress=None common.format_time(elapsed), common.format_bytes(int(size/elapsed))) if __name__ == '__main__': - logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO) + common.init_logger(app=os.path.basename(__file__), level=logging.INFO) parser = argparse.ArgumentParser(description='Download or update GIS layers.') parser.add_argument('--cachedir', default=os.curdir, -- cgit v1.2.3