Changed the log level for server_log

This commit is contained in:
Luis Ángel San Martín
2016-03-15 19:55:18 +01:00
parent a66e39802a
commit 8ffb8183e1

View File

@ -37,7 +37,7 @@ void FileLogger::refreshSettings() {
maxBackups=settings->value("maxBackups",1).toInt();
msgFormat=settings->value("msgFormat","{timestamp} {type} {msg}").toString();
timestampFormat=settings->value("timestampFormat","yyyy-MM-dd hh:mm:ss.zzz").toString();
minLevel=static_cast<QtMsgType>(settings->value("minLevel",0).toInt());
minLevel=static_cast<QtMsgType>(settings->value("minLevel",QtWarningMsg).toInt());
bufferSize=settings->value("bufferSize",0).toInt();
// Create new file if the filename has been changed