diff options
author | Arseniy-Movshev <dodoradio@outlook.com> | 2023-05-28 13:08:04 +0100 |
---|---|---|
committer | Arseniy-Movshev <dodoradio@outlook.com> | 2023-05-28 15:43:18 +0100 |
commit | 521c01825badf77c65a1389109e2f4967cde154d (patch) | |
tree | 7a47c6d9f85e442a566e8cd5490ec34f15f55742 /daemon | |
parent | 9a838b7f9f56c2bd92a0aba72bcd37ec1f3d9f89 (diff) |
Add a new LoggerSettings type
this independently accesses the settings file for the logger, and has a call to reinitialise it (which will cause settings to be reread)
Diffstat (limited to '')
-rw-r--r-- | daemon/sensorlogd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/sensorlogd.cpp b/daemon/sensorlogd.cpp index 095ebd9..deb0799 100644 --- a/daemon/sensorlogd.cpp +++ b/daemon/sensorlogd.cpp @@ -26,7 +26,7 @@ int main(int argc, char **argv) } QCoreApplication::setOrganizationName("asteroid"); QCoreApplication::setOrganizationDomain("asteroidos.org"); - QCoreApplication::setApplicationName("healthd"); + QCoreApplication::setApplicationName("sensorlogd"); Logger sensorsLogger; qDebug() << "healthd started"; qcoreapp.exec(); |