]> git.ipfire.org Git - pakfire.git/commitdiff
daemon: Setup the correct logger
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Oct 2022 18:01:49 +0000 (18:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Oct 2022 18:01:49 +0000 (18:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/daemon.py

index c78e4440138ead0326c817d26462c8e3249d7a49..45ebda3723ef89ff57b387ffa500185b578c3081 100644 (file)
@@ -27,7 +27,7 @@ class Daemon(object):
 
                # Setup logger
                self.log = logger.setup(
-                       "pakfire.daemon",
+                       "pakfire",
                        syslog_identifier="pakfire-daemon",
                        enable_console=self.verbose,
                        debug=self.debug,