From d5e0a733653aaf1871a9ea75fe8a2b57e2a35f96 Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Thu, 4 Feb 2021 00:13:04 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e5dbb6..54aa6aa 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,12 @@ You can schedule a cron job for garbage collection, by adding the following envi ``` This would run the garbage collection every sunday at 6AM. +### Access Log +In order to make the access log of *seahub* visible through `docker logs` add the following line to the `gunicorn.conf.py`: +``` +accesslog = '/proc/1/fd/1' +``` + ### Docker Swarm