mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 20:30:43 +00:00
fix: fix format string of the json logger (#181)
This commit is contained in:
parent
e70b5368ab
commit
8678ab4c00
@ -12,7 +12,7 @@ from pythonjsonlogger import jsonlogger
|
||||
import ansibledoctor.exception
|
||||
|
||||
CONSOLE_FORMAT = "{}{}[%(levelname)s]{} %(message)s"
|
||||
JSON_FORMAT = "(asctime) (levelname) (message)"
|
||||
JSON_FORMAT = "%(asctime)s %(levelname)s %(message)s"
|
||||
|
||||
|
||||
def to_bool(string):
|
||||
|
Loading…
Reference in New Issue
Block a user