I’m using the /status endpoint on the admin port as a readiness probe for Kong. The probe is triggered every 10 sec, which generates a lot of (useless) access logs generated just for this purpose.
Is it possible to deactivate the access logs just for this /status endpoint ?
My understanding is that the /status is internally redirected to the /nginx_status internal endpoint, and the definition of this endpoint in the nginx-kong.conf file has the clause access_log off… but still, the access logs are there !
Did I missed something ?
A bug?
Thanks !
