Nicer fedmsg logging.
This commit is contained in:
parent
08b8f89177
commit
8e9bef899e
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ config = dict(
|
||||||
version=1,
|
version=1,
|
||||||
formatters=dict(
|
formatters=dict(
|
||||||
bare={
|
bare={
|
||||||
"format": "%(message)s",
|
"datefmt": "%Y-%m-%d %H:%M:%S",
|
||||||
|
"format": "[%(asctime)s][%(name)10s %(levelname)7s] %(message)s"
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
handlers=dict(
|
handlers=dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue