Rename logging
This commit is contained in:
parent
aabdf15072
commit
835c047fb1
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ else:
|
||||||
PLAYLIST_SYNC_ENABLED = False
|
PLAYLIST_SYNC_ENABLED = False
|
||||||
|
|
||||||
|
|
||||||
LOG = getLogger('PLEX.library_sync.full_sync')
|
LOG = getLogger('PLEX.sync.full_sync')
|
||||||
|
|
||||||
|
|
||||||
class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
|
class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
|
||||||
|
|
|
@ -6,7 +6,7 @@ import xbmcgui
|
||||||
from . import common
|
from . import common
|
||||||
from .. import backgroundthread, utils, variables as v
|
from .. import backgroundthread, utils, variables as v
|
||||||
|
|
||||||
LOG = getLogger('PLEX.library_sync.process_metadata')
|
LOG = getLogger('PLEX.sync.process_metadata')
|
||||||
|
|
||||||
|
|
||||||
class InitNewSection(object):
|
class InitNewSection(object):
|
||||||
|
|
|
@ -11,7 +11,7 @@ from .. import kodidb_functions as kodidb
|
||||||
from .. import itemtypes
|
from .. import itemtypes
|
||||||
from .. import plex_functions as PF, music, utils, state, variables as v
|
from .. import plex_functions as PF, music, utils, state, variables as v
|
||||||
|
|
||||||
LOG = getLogger('PLEX.library_sync.sections')
|
LOG = getLogger('PLEX.sync.sections')
|
||||||
|
|
||||||
VNODES = videonodes.VideoNodes()
|
VNODES = videonodes.VideoNodes()
|
||||||
PLAYLISTS = {}
|
PLAYLISTS = {}
|
||||||
|
|
|
@ -7,7 +7,7 @@ import xbmc
|
||||||
|
|
||||||
from .. import plex_functions as PF, utils, variables as v, state
|
from .. import plex_functions as PF, utils, variables as v, state
|
||||||
|
|
||||||
LOG = getLogger('PLEX.library_sync.time')
|
LOG = getLogger('PLEX.sync.time')
|
||||||
|
|
||||||
|
|
||||||
def sync_pms_time():
|
def sync_pms_time():
|
||||||
|
|
Loading…
Reference in a new issue