Skip to content
Snippets Groups Projects
Commit 2f71921c authored by Erik Reid's avatar Erik Reid
Browse files

log celery.app.trace at INFO level

because this is the logger that shows task result
parent 70354b26
No related branches found
No related tags found
No related merge requests found
......@@ -61,11 +61,16 @@
},
"inventory_provider.task": {
"level": "DEBUG"
}
},
"celery.app.trace": {
"level": "INFO",
"handlers": ["console", "syslog_handler"],
"propagate": false
}
},
"root": {
"level": "WARNING",
"level": "INFO",
"handlers": ["console", "syslog_handler"]
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment