From d39cadb9aad6b9310c9d2887bab72978a6979890 Mon Sep 17 00:00:00 2001 From: "Piotr F. Mieszkowski" Date: Sun, 23 Oct 2022 13:51:10 +0200 Subject: [PATCH] Use proper name in webgate-cron.py logs --- webgate-cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgate-cron.py b/webgate-cron.py index 759a491..9f1dcba 100755 --- a/webgate-cron.py +++ b/webgate-cron.py @@ -94,7 +94,7 @@ def _define_db_schema(): conf.load_config() lacre.init_logging(conf.get_item('logging', 'config')) -LOG = logging.getLogger(__name__) +LOG = logging.getLogger('webgate-cron.py') if conf.config_item_equals('database', 'enabled', 'yes') and conf.config_item_set('database', 'url'):