Skip to content
Snippets Groups Projects
Commit 233daec4 authored by Sander Snoo's avatar Sander Snoo
Browse files

Show location of logfile

parent a0ffcbd4
No related branches found
Tags v1.4.3
No related merge requests found
......@@ -81,6 +81,7 @@ def _configure_logging(cfg):
root_logger.addHandler(file_handler)
logging.info('Start logging')
print('Logging to:', filename)
for name,level in logger_levels.items():
logging.getLogger(name).setLevel(level)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment