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