mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
print logs on console
This commit is contained in:
parent
7283fe41c2
commit
15155f2db8
1 changed files with 1 additions and 1 deletions
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 a new issue