Commit 888a1dda authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Tests for logger problem with standalone dev/test

Showing with 0 additions and 1 deletion
+0 -1
......@@ -63,7 +63,6 @@ def add_logging_level(level_name, level_num, method_name=None):
def create_stdout_logger(name):
add_logging_level('EVENT', logging.DEBUG + 1)
logger = logging.getLogger(f'{name}_logger')
log_format = f'%(asctime)-15s | {name[:8]:8s} | %(levelname)s: %(message)s'
formatter = logging.Formatter(log_format)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment