Replies: 1 comment
-
Apollo Portal uses Logback for application logs, which can be shown in the console, but Tomcat-style HTTP access logs (like method, URI, status) are not configured to appear in the console by default. The config you tried ( If you need access logs in the console, you’d have to customize the embedded Tomcat configuration programmatically to set the access log output stream to stdout, or use an external reverse proxy (like nginx) for access logging. Application logs (exceptions, business events, etc.) will appear in the console if you set the There’s no built-in way to show Tomcat access logs in the console for Apollo Portal out of the box. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to set the configurations or env vars to show access logs in console for Apollo Portal?
I tried:
With env var:
CATALINA_OUT=/dev/stdout
but without luck.
Beta Was this translation helpful? Give feedback.
All reactions