Access logging
#483
-
Well issue #158 cover logging of request coming into YARP? I'm just wondering if I need to do all the request logging myself or if YARP will handle it? |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Oct 21, 2020
Replies: 1 comment 5 replies
-
What fields do you want logged? Asp.Net already logs the protocol version, url, content-type, and length. It does not log all headers or body. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
karelz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What fields do you want logged? Asp.Net already logs the protocol version, url, content-type, and length. It does not log all headers or body.