From 05512945e982207dcf3fbfe3eedec26cb20b4074 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 14 Aug 2021 16:22:21 +0200 Subject: [PATCH] Rename core logfile --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 46fef96..6850195 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);