mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +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
|
||||
QString logPath = QString("%1/daemon.log").arg(configDir);
|
||||
QString logPath = QString("%1/libwallet.log").arg(configDir);
|
||||
Monero::Utils::onStartup();
|
||||
Monero::Wallet::init("", "feather", logPath.toStdString(), true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue