diff --git a/KelvinDashboardGUI/main.cpp b/KelvinDashboardGUI/main.cpp
index f5c22a1bd8e1fd225a723bbdb5320a18452f83dc..cd871c5cbb2763ff53d4089c7b23a1c78256159c 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 c68d19c1a59ab88840904ecd5cb1e9597a401e06..4bbb8de1c27cb7fee8232bafee5f0609a4f2a268 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));