mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
Disable console logging for sampleweatherdata
This commit is contained in:
committed by
Mat Sutcliffe
parent
a5e841f31d
commit
18c96791b8
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
|
|||||||
CApplication a(CApplicationInfo::Sample);
|
CApplication a(CApplicationInfo::Sample);
|
||||||
BlackMisc::registerMetadata();
|
BlackMisc::registerMetadata();
|
||||||
CLogHandler::instance()->install(true);
|
CLogHandler::instance()->install(true);
|
||||||
// CLogHandler::instance()->enableConsoleOutput(false); // default disable
|
CLogHandler::instance()->enableConsoleOutput(false); // default disable
|
||||||
BlackMisc::registerMetadata();
|
BlackMisc::registerMetadata();
|
||||||
|
|
||||||
CLineReader lineReader(&a);
|
CLineReader lineReader(&a);
|
||||||
|
|||||||
Reference in New Issue
Block a user