diff --git a/__init__.py b/__init__.py index 88193ee..1fe369d 100644 --- a/__init__.py +++ b/__init__.py @@ -187,9 +187,9 @@ def appLoggingConfigure(basepath, target, log_name_lvl=[], fmt=SHORT_FMT, ring_l 'backupCount': 7 }) else: - handler = dict(my_handler={ + handler = dict(main={ 'level': 'DEBUG', - 'formatter': 'my_format', + 'formatter': 'json', 'class': 'logging.NullHandler', }) if host is not None and port is not None: