diff --git a/scripts/seahub.conf b/scripts/seahub.conf index ca9c41c..2183e82 100644 --- a/scripts/seahub.conf +++ b/scripts/seahub.conf @@ -7,6 +7,9 @@ workers = 5 runtime_dir = os.path.dirname(__file__) pidfile = os.path.join(runtime_dir, 'seahub.pid') 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) timeout = 1200