From cd8a2d73e5fb81c829190aa070bcd3b78634d847 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Tue, 20 Sep 2022 11:36:11 +0200 Subject: [PATCH] updated logging --- tnc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/config.py b/tnc/config.py index 937fc759..02f0f4f1 100644 --- a/tnc/config.py +++ b/tnc/config.py @@ -82,7 +82,7 @@ class CONFIG: with open(self.config_name, 'w') as configfile: self.config.write(configfile) except Exception as conferror: - pass + self.log.error("[CFG] reading logfile", e=conferror) def read_config(self):