forked from infra/ansible
Jira-sync: add timestamp to the consumer logs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
f501a4490f
commit
24b17321d4
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ version = 1
|
|||
disable_existing_loggers = true
|
||||
|
||||
[log_config.formatters.simple]
|
||||
format = "[%(levelname)s %(name)s] %(message)s"
|
||||
format = "[%(asctime)s] [%(levelname)s %(name)s] %(message)s"
|
||||
|
||||
[log_config.handlers.console]
|
||||
class = "logging.StreamHandler"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue