I would like to deactivate the gunicorn access log of both the LMS and CMS but there is currently no way to do this without patching the Dockerfile.
Having access logs which contain ip addresses of users is problematic with GDPR. When I don’t use information I am not allowed to gather and retain them.
Is there a way to disable gunicorn access logs? I couldn’t find a way to do this without patching the Dockerfile. I think it would be great to have a way to completely disable gunicorn access logs and to rely more on the nginx logging capabilities which are already configurable via plugins.