mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 00:04:26 -04:00 
			
		
		
		
	Changed the log level for server_log
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user