mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Use separate log file for script PlexAPI
This commit is contained in:
parent
14648a4604
commit
99afb7392b
1 changed files with 2 additions and 1 deletions
|
@ -3431,7 +3431,8 @@ class SCRIPTS(Notifier):
|
|||
'TAUTULLI_PUBLIC_URL': plexpy.CONFIG.HTTP_BASE_URL + plexpy.HTTP_ROOT,
|
||||
'TAUTULLI_APIKEY': plexpy.CONFIG.API_KEY,
|
||||
'TAUTULLI_ENCODING': plexpy.SYS_ENCODING,
|
||||
'TAUTULLI_PYTHON_VERSION': common.PYTHON_VERSION
|
||||
'TAUTULLI_PYTHON_VERSION': common.PYTHON_VERSION,
|
||||
'PLEXAPI_LOG_PATH': os.path.join(plexpy.CONFIG.LOG_DIR, 'plexapi_script.log')
|
||||
}
|
||||
|
||||
if user_id:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue