mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #467 Log files should include debug messages.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BlackGui
|
||||
// File logger
|
||||
static const QString logPath = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/org.swift-project/logs";
|
||||
CFileLogger *fileLogger = new CFileLogger(applicationName, logPath, &a);
|
||||
fileLogger->changeLogPattern(CLogPattern().withSeverityAtOrAbove(CStatusMessage::SeverityInfo));
|
||||
fileLogger->changeLogPattern(CLogPattern().withSeverityAtOrAbove(CStatusMessage::SeverityDebug));
|
||||
|
||||
// GUI icon
|
||||
a.installTranslator(&translator);
|
||||
|
||||
Reference in New Issue
Block a user