mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Raise server log level.
This commit is contained in:
parent
6a06217f0a
commit
cd2ab92ee2
@ -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",QtWarningMsg).toInt());
|
||||
minLevel=static_cast<QtMsgType>(settings->value("minLevel",QtCriticalMsg).toInt());
|
||||
bufferSize=settings->value("bufferSize",0).toInt();
|
||||
|
||||
// Create new file if the filename has been changed
|
||||
|
Loading…
x
Reference in New Issue
Block a user