mirror of
https://github.com/thegeeklab/docker-autotag.git
synced 2024-11-24 01:00:40 +00:00
fix: fix format string of the json logger (#85)
This commit is contained in:
parent
e4c2fe2e09
commit
f2df28eecb
@ -11,7 +11,7 @@ from dockerautotag.utils import Singleton
|
||||
from dockerautotag.utils import to_bool
|
||||
|
||||
CONSOLE_FORMAT = "{}[%(levelname)s]{} %(message)s"
|
||||
JSON_FORMAT = "(asctime) (levelname) (message)"
|
||||
JSON_FORMAT = "%(asctime)s %(levelname)s %(message)s"
|
||||
|
||||
|
||||
def _should_do_markup():
|
||||
|
Loading…
Reference in New Issue
Block a user