mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-29 19:18:33 -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"/>
|
<%inherit file="base.html"/>
|
||||||
<%!
|
<%!
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
import plexpy
|
import plexpy
|
||||||
from plexpy import notifiers, common, versioncheck
|
from plexpy import notifiers, common, versioncheck
|
||||||
|
@ -80,6 +81,10 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
<td>Database File:</td>
|
<td>Database File:</td>
|
||||||
<td>${plexpy.DB_FILE}</td>
|
<td>${plexpy.DB_FILE}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Log File:</td>
|
||||||
|
<td>${os.path.join(config['log_dir'],'plexpy.log')}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Backup Directory:</td>
|
<td>Backup Directory:</td>
|
||||||
<td>${config['backup_dir']}</td>
|
<td>${config['backup_dir']}</td>
|
||||||
|
@ -88,10 +93,6 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
<td>Cache Directory:</td>
|
<td>Cache Directory:</td>
|
||||||
<td>${config['cache_dir']}</td>
|
<td>${config['cache_dir']}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>Log Directory:</td>
|
|
||||||
<td>${config['log_dir']}</td>
|
|
||||||
</tr>
|
|
||||||
% if plexpy.ARGS:
|
% if plexpy.ARGS:
|
||||||
<tr>
|
<tr>
|
||||||
<td>Arguments:</td>
|
<td>Arguments:</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue