mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
print logs on console
This commit is contained in:
parent
7283fe41c2
commit
15155f2db8
2
main.cpp
2
main.cpp
@ -123,7 +123,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Log settings
|
||||
const QString logPath = getLogPath(parser.value(logPathOption));
|
||||
Monero::Wallet::init(argv[0], "monero-wallet-gui", logPath.toStdString().c_str());
|
||||
Monero::Wallet::init(argv[0], "monero-wallet-gui", logPath.toStdString().c_str(), true);
|
||||
qInstallMessageHandler(messageHandler);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user