mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Changed the log level for the main YACReaderLibrary log
This commit is contained in:
parent
8ffb8183e1
commit
e266813e63
@ -163,7 +163,7 @@ int main( int argc, char ** argv )
|
||||
QDir().mkpath(YACReader::getSettingsPath());
|
||||
|
||||
Logger& logger = Logger::instance();
|
||||
logger.setLoggingLevel(QsLogging::TraceLevel);
|
||||
logger.setLoggingLevel(QsLogging::InfoLevel);
|
||||
|
||||
DestinationPtr fileDestination(DestinationFactory::MakeFileDestination(
|
||||
destLog, EnableLogRotation, MaxSizeBytes(1048576), MaxOldLogCount(2)));
|
||||
|
Loading…
Reference in New Issue
Block a user