diff --git a/YACReader/main.cpp b/YACReader/main.cpp index fd01d04e..931ca4a9 100644 --- a/YACReader/main.cpp +++ b/YACReader/main.cpp @@ -123,7 +123,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)));