diff --git a/AdaptiveBrightness/log_to_file.hpp b/AdaptiveBrightness/log_to_file.hpp index cae0204..b8dd709 100644 --- a/AdaptiveBrightness/log_to_file.hpp +++ b/AdaptiveBrightness/log_to_file.hpp @@ -8,7 +8,7 @@ void logToFile(QtMsgType msgType, [[maybe_unused]] const QMessageLogContext& msgContext, const QString& msg) { - constexpr auto LOG_FILE = "logfile.log"; + constexpr auto LOG_FILE = "AdaptiveBrightness.log"; const auto dateTime = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss.zzz"); QString formattedMsg = QString("[%1] ").arg(dateTime);