]> git.ipfire.org Git - pbs.git/commitdiff
config: Fix loglevel
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 May 2023 09:39:40 +0000 (09:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 May 2023 09:39:40 +0000 (09:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/config.py

index 963973f7692b9e406ac267151f6830ca0f744356..0c07d4bd978eb034c905af2cf6a070d73419b70d 100644 (file)
@@ -74,7 +74,7 @@ class PakfireConfig(base.Object):
                # Make configuration
                config = self._make_config(local=True)
 
-               log.error("Launching Pakfire with configuration:\n%s", self._to_string(config))
+               log.debug("Launching Pakfire with configuration:\n%s", self._to_string(config))
 
                with self.backend.tempfile(mode="w+") as t:
                        # Write the configuration to disk