fix logging test

main
mpgn 2023-02-19 07:30:38 -05:00
parent 53931105ee
commit 6919d477b7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import os
import sys
import logging
setup_logger(log_to_file=True)
setup_logger()
logger = CMEAdapter()
try: