-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overriding proxy_access_log with different log_format no longer works in Kong 3.5.0 #12061
Comments
@reneeckstein We have an internal ticket investigating this issue. Will keep you updated. Kong introduces a feature to log a Before a final solution, could you try |
@outsinre can you help know when are we planning to release this in kong version 3.5.0. |
@AnmolSidhu16 checking with team. Will come back shortly. |
@AnmolSidhu16 it will be released in |
@outsinre any timeline around the minor release of |
Also waiting for this to be released, any eta on when it might happen? |
@alexanderccc I tried 3.5.0.2 and it worked fine. |
Looking for an official container release 😬 as the kic deployment is still broken with custom logging set on the gateway |
When 3.6.0 will be released, we are also facing this issue. |
Is there an existing issue for this?
Kong version (
$ kong version
)Kong 3.5.0
Current Behavior
We use a custom access log format since years with Kong by adding a custom-nginx.conf and include it via
KONG_NGINX_HTTP_INCLUDE
env varIf we start Kong 3.5.0 with the environment variable
KONG_PROXY_ACCESS_LOG
set to/dev/stdout custom_proxy_format
Kong fails to start.This happens due to this changed line in Kong release 3.5.0
6890007#diff-d2fc92c2f1cd1ea7d01c13c68b069cbe9927088d2040d5c096906a93cf95bbc5R88
Expected Behavior
same behavior as previous Kong versions.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: