From 21bca7173fb81882335d8c10d693e6000b09c5b4 Mon Sep 17 00:00:00 2001 From: "littletux89@gmail.com" <littletux89@gmail.com> Date: Thu, 9 May 2019 23:10:51 +0300 Subject: [PATCH] [+] Comment added. --- KelvinDashboardGUI/main.cpp | 1 + KelvinDashboardService/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/KelvinDashboardGUI/main.cpp b/KelvinDashboardGUI/main.cpp index f5c22a1bd..cd871c5cb 100755 --- a/KelvinDashboardGUI/main.cpp +++ b/KelvinDashboardGUI/main.cpp @@ -28,6 +28,7 @@ int main(int argc, char *argv[]) app.setWindowIcon(QIcon(":/Resources/Icons/icon.ico")); DapLogger dapLogger; + /// TODO: The code is commented out at the time of developing the logging strategy in the project //#ifndef QT_DEBUG #ifdef Q_OS_LINUX dapLogger.setLogFile(QString("/opt/%1/log/%2Gui.log").arg(QString(DAP_BRAND)).arg(DAP_BRAND)); diff --git a/KelvinDashboardService/main.cpp b/KelvinDashboardService/main.cpp index c68d19c1a..4bbb8de1c 100755 --- a/KelvinDashboardService/main.cpp +++ b/KelvinDashboardService/main.cpp @@ -28,6 +28,7 @@ int main(int argc, char *argv[]) a.setApplicationName("KelvinDashboardService"); DapLogger dapLogger; + /// TODO: The code is commented out at the time of developing the logging strategy in the project //#ifndef QT_DEBUG #ifdef Q_OS_LINUX dapLogger.setLogFile(QString("/opt/%1/log/%2Service.log").arg(QString(DAP_BRAND)).arg(DAP_BRAND)); -- GitLab