fixed log output level in YACReaderLibraryServer

This commit is contained in:
Luis Ángel San Martín 2016-05-21 19:02:04 +02:00
parent be26b1a131
commit d011ea2586

View File

@ -132,7 +132,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)));