Enable LOG_WARNING by default.

In addition the error and notice messages, also warning messages
are enabled by default.
This commit is contained in:
Johan Wikman
2015-11-27 13:57:31 +02:00
parent 230978f6db
commit 2bfcf7e88a

View File

@ -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