mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-10 21:05:00 +00:00
Rename core logfile
This commit is contained in:
parent
98130b6208
commit
05512945e9
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup logging
|
// Setup logging
|
||||||
QString logPath = QString("%1/daemon.log").arg(configDir);
|
QString logPath = QString("%1/libwallet.log").arg(configDir);
|
||||||
Monero::Utils::onStartup();
|
Monero::Utils::onStartup();
|
||||||
Monero::Wallet::init("", "feather", logPath.toStdString(), true);
|
Monero::Wallet::init("", "feather", logPath.toStdString(), true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue