From 521c01825badf77c65a1389109e2f4967cde154d Mon Sep 17 00:00:00 2001 From: Arseniy-Movshev Date: Sun, 28 May 2023 13:08:04 +0100 Subject: 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) --- daemon/sensorlogd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') 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(); -- cgit v1.2.3-54-g00ecf