From 04bc90e6eca65b20868f164db3853a17a67eb40f Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Sat, 16 Apr 2016 21:30:17 +0200 Subject: [PATCH] changed logger name. --- plugins/sample_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sample_log.py b/plugins/sample_log.py index e84318c..f163fff 100644 --- a/plugins/sample_log.py +++ b/plugins/sample_log.py @@ -9,7 +9,7 @@ def run(arg): # like io streams. environ = arg['environ'] - l = getLogger('plugin_logging') + l = getLogger('plugin_log') l.addHandler(logHandler) l.setLevel(DEBUG)