Use proper name in webgate-cron.py logs

This commit is contained in:
Piotr F. Mieszkowski 2022-10-23 13:51:10 +02:00
parent 53378b516e
commit d39cadb9aa
1 changed files with 1 additions and 1 deletions

View File

@ -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'):