diff --git a/inventory_provider/logging_default_config.json b/inventory_provider/logging_default_config.json index 11be099d40aa41a2672b32cbf44f7a5199deeefc..ea78b77e9430b8dc91ab3315a13b0b520be889c1 100644 --- a/inventory_provider/logging_default_config.json +++ b/inventory_provider/logging_default_config.json @@ -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