From 2bfcf7e88ab86b52ca1eaddb569a7284a945c0c5 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 27 Nov 2015 13:57:31 +0200 Subject: [PATCH] Enable LOG_WARNING by default. In addition the error and notice messages, also warning messages are enabled by default. --- log_manager/log_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log_manager/log_manager.cc b/log_manager/log_manager.cc index dca809aa2..5c602c27f 100644 --- a/log_manager/log_manager.cc +++ b/log_manager/log_manager.cc @@ -405,7 +405,7 @@ static bool logmanager_init_nomutex(const char* ident, /** * Set global variable */ - mxs_log_enabled_priorities = MXS_LOG_ERR | MXS_LOG_NOTICE; + mxs_log_enabled_priorities = MXS_LOG_ERR | MXS_LOG_NOTICE | MXS_LOG_WARNING; /** * Initialize filewriter data and open the log file