mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Rename log files to tautulli
This commit is contained in:
parent
84aad638ac
commit
3b3e207b11
4 changed files with 73 additions and 73 deletions
|
@ -167,8 +167,8 @@ class API2:
|
|||
"""
|
||||
logfile = os.path.join(plexpy.CONFIG.LOG_DIR, logger.FILENAME)
|
||||
templog = []
|
||||
start = int(kwargs.get('start', 0))
|
||||
end = int(kwargs.get('end', 0))
|
||||
start = int(start)
|
||||
end = int(end)
|
||||
|
||||
if regex:
|
||||
logger.api_debug(u'Tautulli APIv2 :: Filtering log using regex %s' % regex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue