1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 14:42:52 +00:00

[scripts] Disable seahub gunicorn access log

This commit is contained in:
zhengxie
2018-05-16 10:21:57 +08:00
parent 93e900eeaa
commit 1d8a40eb93

View File

@@ -7,6 +7,9 @@ workers = 5
runtime_dir = os.path.dirname(__file__) runtime_dir = os.path.dirname(__file__)
pidfile = os.path.join(runtime_dir, 'seahub.pid') pidfile = os.path.join(runtime_dir, 'seahub.pid')
errorlog = os.path.join(runtime_dir, 'error.log') errorlog = os.path.join(runtime_dir, 'error.log')
accesslog = os.path.join(runtime_dir, 'access.log')
# disable access log
#accesslog = os.path.join(runtime_dir, 'access.log')
# for file upload, we need a longer timeout value (default is only 30s, too short) # for file upload, we need a longer timeout value (default is only 30s, too short)
timeout = 1200 timeout = 1200