diff --git a/inventory_provider/logging_default_config.json b/inventory_provider/logging_default_config.json index 85cc047881df6b8c26f5b1b5b9c7f73e71674abf..1644df61d79e09faa6c3c8dcc6e63ab53a69c8e4 100644 --- a/inventory_provider/logging_default_config.json +++ b/inventory_provider/logging_default_config.json @@ -65,7 +65,7 @@ }, "root": { - "level": "WARNING", - "handlers": ["console"] + "level": "INFO", + "handlers": ["console", "syslog_handler"] } } \ No newline at end of file