mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
fix: fix format string of the json logger (#185)
This commit is contained in:
parent
74558f86e9
commit
1cc28b7708
@ -12,7 +12,7 @@ from dockertidy.utils import Singleton
|
|||||||
from dockertidy.utils import to_bool
|
from dockertidy.utils import to_bool
|
||||||
|
|
||||||
CONSOLE_FORMAT = "{}[%(levelname)s]{} %(message)s"
|
CONSOLE_FORMAT = "{}[%(levelname)s]{} %(message)s"
|
||||||
JSON_FORMAT = "(asctime) (levelname) (message)"
|
JSON_FORMAT = "%(asctime)s %(levelname)s %(message)s"
|
||||||
|
|
||||||
|
|
||||||
def _should_do_markup():
|
def _should_do_markup():
|
||||||
|
Loading…
Reference in New Issue
Block a user