mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
changed logger name.
This commit is contained in:
parent
56ddcac931
commit
04bc90e6ec
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def run(arg):
|
||||||
# like io streams.
|
# like io streams.
|
||||||
environ = arg['environ']
|
environ = arg['environ']
|
||||||
|
|
||||||
l = getLogger('plugin_logging')
|
l = getLogger('plugin_log')
|
||||||
l.addHandler(logHandler)
|
l.addHandler(logHandler)
|
||||||
l.setLevel(DEBUG)
|
l.setLevel(DEBUG)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue