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
Dustin 2024-10-20 12:06:55 -05:00
parent 388fd91096
commit 4ac79ba18d
1 changed files with 2 additions and 1 deletions

View File

@ -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: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/fullchain.pem
nginx_ssl_certificate_key: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/privkey.pem nginx_ssl_certificate_key: /etc/letsencrypt/live/{{ minio_cert_main_domain }}/privkey.pem
nginx_error_log_file: false nginx_error_log_file: false
nginx_access_log_file: false nginx_access_log_syslog: false
nginx_keep_num_logs: 1