mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Set PlexAPI log level to debug
This commit is contained in:
parent
1371cfa889
commit
df54df5e65
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# This file is part of Tautulli.
|
# This file is part of Tautulli.
|
||||||
#
|
#
|
||||||
# Tautulli is free software: you can redistribute it and/or modify
|
# Tautulli is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -217,6 +217,7 @@ def initialize(config_file):
|
||||||
if not PYTHON2:
|
if not PYTHON2:
|
||||||
os.environ['PLEXAPI_CONFIG_PATH'] = os.path.join(DATA_DIR, 'plexapi.config.ini')
|
os.environ['PLEXAPI_CONFIG_PATH'] = os.path.join(DATA_DIR, 'plexapi.config.ini')
|
||||||
os.environ['PLEXAPI_LOG_PATH'] = os.path.join(CONFIG.LOG_DIR, 'plexapi.log')
|
os.environ['PLEXAPI_LOG_PATH'] = os.path.join(CONFIG.LOG_DIR, 'plexapi.log')
|
||||||
|
os.environ['PLEXAPI_LOG_LEVEL'] = 'DEBUG'
|
||||||
plex.initialize_plexapi()
|
plex.initialize_plexapi()
|
||||||
|
|
||||||
if DOCKER:
|
if DOCKER:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue