Replies: 1 comment
-
Hello @ELymar ! Regarding design. |
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
-
Expected Behavior / New Feature
Could it be possible to give more control over what gets logged? We have API keys that get passed in as query parameters, and the logger ends up storing them in plaintext in our logs. Could we disable logging query parameters, or perhaps just not logging for certain endpoints? If there is a workaround (besides passing keys in the header) I'd also appreciate suggestions.
Actual Behavior / Motivation for New Feature
Currently by adding a logger via DI, all requests that go through the system are logged along with their query parameters.
Steps to Reproduce the Problem
N/A
Specifications
Beta Was this translation helpful? Give feedback.
All reactions