matrix-synapse/release/5.0.1+v1.93.0
2024-04-13 11:05:21 -03:00

7 lines
172 B
Plaintext

Logging is now disabled by default. If you want to reënable it, set these options:
```
NGINX_ACCESS_LOG_LOCATION="/dev/stdout"
NGINX_ERROR_LOG_LOCATION="/dev/stderr"
```