diff --git a/ansibledoctor/utils.py b/ansibledoctor/utils.py index 1853c77..ab47320 100644 --- a/ansibledoctor/utils.py +++ b/ansibledoctor/utils.py @@ -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):