Skip to content

Commit ea5d1bc

Browse files
committed
Debug logger name
1 parent a34c7b6 commit ea5d1bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plextraktsync/commands/sync.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def sync(
3030
logger.info("System-D journal: norm:6", extra={"PRIORITY": "6"})
3131
logger.info("System-D journal: gray", extra={"PRIORITY": "7"})
3232
logger.info("System-D journal: norm:8", extra={"PRIORITY": "8"})
33+
logger.info("Override SYSLOG_IDENTIFIER", extra={"SYSLOG_IDENTIFIER": "PlexTraktSync.SYSLOG_IDENTIFIER"})
34+
logger.info("Override LOGGER_NAME", extra={"LOGGER_NAME": "PlexTraktSync.LOGGER_NAME"})
3335

3436
movies = sync_option in ["all", "movies"]
3537
shows = sync_option in ["all", "tv", "shows"]

0 commit comments

Comments
 (0)