minio-backups: No syslog for nginx access logs
MinIO/S3 clients generate a _lot_ of requests. It's also not particularly useful to have these stored in Loki anyway. As such, we'll stop routing them to syslog/journal. Having access logs is somewhat useful for troubleshooting, but really for only live requests (i.e. what's happening right now). We therefore keep the access logs around in a file, but only for one day, so as not to fill up the filesystem with logs we'll never see.frigate-exporter
parent
388fd91096
commit
4ac79ba18d
|
@ -30,4 +30,5 @@ minio_cert_acme_server: https://ca.pyrocufflink.blue/acme/acme/directory
|
|||
nginx_ssl_certificate: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/fullchain.pem
|
||||
nginx_ssl_certificate_key: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/privkey.pem
|
||||
nginx_error_log_file: false
|
||||
nginx_access_log_file: false
|
||||
nginx_access_log_syslog: false
|
||||
nginx_keep_num_logs: 1
|
||||
|
|
Loading…
Reference in New Issue