reqAttribute() misses value in access log after timeout #620
Unanswered
yongsrepos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Our Kotlin service uses Logback 1.2.11. In the log format of our access log, we use "%reqAttribute(myAttr)" to retrieve the attribute "myAttr", which we set in the request context via a container request filter. In normal cases, this attribute is present in the logs. But in below case, it is missing:
Our service uses Jetty as the container. The timeout is thrown by org.eclipse.jetty.server.HttpChannel#handleException.
Any hint will be much appreciated. Thanks!
Cheers,
Yong
Beta Was this translation helpful? Give feedback.
All reactions