Reduce startup logging verbosity
This commit is contained in:
parent
db8b47e7f6
commit
f3900f2966
2 changed files with 3 additions and 3 deletions
|
@ -339,7 +339,7 @@ void MultiMC::initLogger()
|
|||
QsLogging::Logger &logger = QsLogging::Logger::instance();
|
||||
logger.setLoggingLevel(QsLogging::TraceLevel);
|
||||
m_fileDestination = QsLogging::DestinationFactory::MakeFileDestination(logBase.arg(0));
|
||||
m_debugDestination = QsLogging::DestinationFactory::MakeQDebugDestination();
|
||||
m_debugDestination = QsLogging::DestinationFactory::MakeDebugOutputDestination();
|
||||
logger.addDestination(m_fileDestination.get());
|
||||
logger.addDestination(m_debugDestination.get());
|
||||
// log all the things
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue