Use proper name in webgate-cron.py logs
This commit is contained in:
parent
53378b516e
commit
d39cadb9aa
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue