mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-23 19:40:40 +00:00
fix: fix format string of the json logger (#95)
This commit is contained in:
parent
86d84c1235
commit
9a202ecef0
@ -12,7 +12,7 @@ from gitbatch.utils import Singleton
|
|||||||
from gitbatch.utils import to_bool
|
from gitbatch.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