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)