mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Logging fix
This commit is contained in:
parent
76dfa1286c
commit
fe1b5d8e06
1 changed files with 8 additions and 2 deletions
|
@ -27,8 +27,14 @@ import read_embyserver as embyserver
|
||||||
import embydb_functions as embydb
|
import embydb_functions as embydb
|
||||||
import kodidb_functions as kodidb
|
import kodidb_functions as kodidb
|
||||||
import musicutils as musicutils
|
import musicutils as musicutils
|
||||||
from utils import Logging, settings, language as lang, kodiSQL
|
from utils import settings, language as lang, kodiSQL
|
||||||
log = Logging('ContextMenu').log
|
|
||||||
|
#################################################################################################
|
||||||
|
|
||||||
|
import loghandler
|
||||||
|
|
||||||
|
loghandler.config()
|
||||||
|
log = logging.getLogger("EMBY.contextmenu")
|
||||||
|
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue