Skip to content

Commit 5ef9135

Browse files
stefanvbnaul
authored andcommitted
Do not track web access log
There are too many entries in this log file to make it useful. The file still exists, and can be monitored should that prove useful for debugging.
1 parent 686296e commit 5ef9135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/watch_logs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def logs_from_config(supervisor_conf):
9999
watched.append(cfg['paths']['err_log_path'])
100100
watched.append('log/error.log')
101101
watched.append('log/nginx-error.log')
102-
watched.append('log/nginx-access.log')
103102

104103

105104
def tail_f(filename, interval=1.0):

0 commit comments

Comments
 (0)