mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Change log directory to log file in "Help & Info"
This commit is contained in:
parent
98d4484e6c
commit
cc7bcbf9d5
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
<%inherit file="base.html"/>
|
||||
<%!
|
||||
import os
|
||||
import sys
|
||||
import plexpy
|
||||
from plexpy import notifiers, common, versioncheck
|
||||
|
@ -80,6 +81,10 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<td>Database File:</td>
|
||||
<td>${plexpy.DB_FILE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log File:</td>
|
||||
<td>${os.path.join(config['log_dir'],'plexpy.log')}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Backup Directory:</td>
|
||||
<td>${config['backup_dir']}</td>
|
||||
|
@ -88,10 +93,6 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<td>Cache Directory:</td>
|
||||
<td>${config['cache_dir']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log Directory:</td>
|
||||
<td>${config['log_dir']}</td>
|
||||
</tr>
|
||||
% if plexpy.ARGS:
|
||||
<tr>
|
||||
<td>Arguments:</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue