getsentry / getsentry/self-hosted
Unnecessary logging request in nginx
Open
Improvement
- Dominant language
- Shell
- Stars
- 9.6k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 15
Description
### Problem Statement
Official guidelines suggests and everyone in production uses a reverse proxy in front of sentry nginx (I guess), and logging should be done on the proxy instead of on docker IMO, so I'm not sure if logging in nginx container again is useful (unless on debugging).
### Solution Brainstorm
Add a variable to disable nginx logging in container (which is enabled by default).
Contributor guide
Assessment
This issue has not been assessed yet.