Fix logging
This commit is contained in:
parent
47675bc60f
commit
907c542950
1 changed files with 2 additions and 0 deletions
|
@ -26,9 +26,11 @@ except TypeError:
|
||||||
'lib')).decode()
|
'lib')).decode()
|
||||||
sys_path.append(_base_resource)
|
sys_path.append(_base_resource)
|
||||||
|
|
||||||
|
import loghandler
|
||||||
from pickler import unpickle_me, pickl_window
|
from pickler import unpickle_me, pickl_window
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
loghandler.config()
|
||||||
log = getLogger("PLEX."+__name__)
|
log = getLogger("PLEX."+__name__)
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue