]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Rename core logfile
authortobtoht <thotbot@protonmail.com>
Sat, 14 Aug 2021 14:22:21 +0000 (16:22 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 15 Sep 2021 21:44:35 +0000 (23:44 +0200)
src/main.cpp

index 46fef9605236bfd6ebaf72573cdd790eecf384de..6850195900ca253c061b854e13c9efa749d00600 100644 (file)
@@ -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);