Expanded logging format
This commit is contained in:
parent
ae0647c176
commit
f0ee9d7e8c
|
@ -26,7 +26,9 @@ except ImportError:
|
|||
|
||||
OUTPUT_PATH = Path('./output')
|
||||
|
||||
logging.basicConfig()
|
||||
logging.basicConfig(
|
||||
format='%(asctime)s %(levelname)s %(module)s:%(lineno)d - %(message)s',
|
||||
)
|
||||
logger.setLevel('INFO')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user