[elbe-devel] [PATCH 1/4] elbepack: log: remove reference to unused echo logger

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon Aug 12 14:24:08 CEST 2024


A logger with the name "echo" is never created.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/log.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/elbepack/log.py b/elbepack/log.py
index afcf604d3afc..19cc22171d02 100644
--- a/elbepack/log.py
+++ b/elbepack/log.py
@@ -105,7 +105,6 @@ def add_stream_handlers(streams):
                                     'log',
                                     'report',
                                     'validation',
-                                    'echo',
                                     'soap']))
         out.setFormatter(context_fmt)
         yield out

-- 
2.46.0



More information about the elbe-devel mailing list