-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diagnostics event logging to log #31124
Conversation
@CarlSchwan This may have similar use cases as the debugger you started working on but having this logged in some way could be useful in some scenarios where we cannot issue the requests ourselves. |
@CarlSchwan @PVince81 @nickvergessen Any thoughts about this? I'd extend the cases where the event logger is used (e.g. for webdav) further if there are no concerns about the general approach to get some deeper insight into systems using that approach. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That seems like a good idea, in particular having more EventLogger is particularly helpful also for my profiler branch as they then get displayed in the debug toolbar.
8834aef
to
f70cbac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Signed-off-by: Julius Härtl <jus@bitgrid.net> Add config samples Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
f70cbac
to
83717a7
Compare
@juliushaertl please merge if your force push did not change anything after the existing reviews (it's green!) should we backport this to be able to do diagnostics in earlier major versions ? |
👍 Only changed the typo in the config documentation and squashed commits afterwards |
/backport to stable23 |
/backport to stable22 |
/backport to stable21 |
With this it is more easily possible to understand certain execution paths of slow requests on systems where a profiler cannot easily be attached.