changed logger name.

This commit is contained in:
Stefan Midjich 2016-04-16 21:30:17 +02:00
parent 56ddcac931
commit 04bc90e6ec
1 changed files with 1 additions and 1 deletions

View File

@ -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)