Skip to content
Snippets Groups Projects
Commit 5620bb83 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

change logging format

parent eeafcf78
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from typing import Dict, Optional
FORMATTER = Formatter(
fmt="%(asctime)s - %(levelname)s: %(message)s", datefmt="%m/%d/%Y %I:%M:%S"
fmt="%(asctime)s - %(levelname)7s - %(message)s", datefmt="%m/%d/%Y %I:%M:%S"
)
......
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