Upgrade 2.3 - Log files not accessible #7228
Unanswered
eugenegordeiev
asked this question in
Help
Replies: 2 comments
-
I was able to work around this by changing KONG_PROXY_ACCESS_LOG to /tmp and change the mountPath. Now filebeat is able to access the logs. Please suggest if there is a better way to do this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you try to change the permissions on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading our Kong version to 2.3.2-alpine, Kong logs in /usr/local/kong/logs are not accessible for reading. They are now streamed to /dev/stdout and /dev/stderr.
We are using filebeat sidecar container to read the logs from a mounted path which points to /usr/local/kong/logs and now it is not working.
I like the idea that we can access the logs right from stdout but we also need ability to read from the files.
What is the best solution?
Beta Was this translation helpful? Give feedback.
All reactions