GitHub user andrii-korotkov-verkada created a discussion: How can I disable 
webserver gunicorn access logs?

Hello, I hope your day is going well. I'm trying to disable the access logs like
```
<ip-address-placeholder> - - [09/Jan/2025:17:22:44 +0000] "GET /health 
HTTP/1.1" 200 318 "-" "ELB-HealthChecker/2.0"
```
I've tried to do
```
access_logfile = /dev/null
```
and saw the webserver pods restarted.
However, the logs are still there.
The motivation is they are somewhat spammy and not as useful to see those 
healthchecks.
I'm using Airflow 2.10.3.
Would be glad for any suggestions. Thanks.

GitHub link: https://github.com/apache/airflow/discussions/45522

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to