Rename logging

This commit is contained in:
croneter 2018-11-01 15:43:43 +01:00
parent aabdf15072
commit 835c047fb1
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ else:
PLAYLIST_SYNC_ENABLED = False
LOG = getLogger('PLEX.library_sync.full_sync')
LOG = getLogger('PLEX.sync.full_sync')
class FullSync(backgroundthread.KillableThread, common.libsync_mixin):

View file

@ -6,7 +6,7 @@ import xbmcgui
from . import common
from .. import backgroundthread, utils, variables as v
LOG = getLogger('PLEX.library_sync.process_metadata')
LOG = getLogger('PLEX.sync.process_metadata')
class InitNewSection(object):

View file

@ -11,7 +11,7 @@ from .. import kodidb_functions as kodidb
from .. import itemtypes
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()
PLAYLISTS = {}

View file

@ -7,7 +7,7 @@ import xbmc
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():