-
Notifications
You must be signed in to change notification settings - Fork 51
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
More visibility in Seq for events dropped at the client #127
Comments
Thank you for your suggestion, Dani. One way this might be emulated, currently, is to enable Not an entirely elegant solution, but worth considering if this is important in your usage scenario. |
Nick,
|
We've reviewed this again and think that something along these lines could address your requirements and not add too much more complexity in this sink: serilog/serilog#1791 (comment) The essential idea is that you'd register a handler for logging failures, the handler would have access to the "problem" events in their original form, and we'd try to make the result of the callback actionable. Will continue fleshing this out over there. |
after setting eventBodyLimitBytes to some value, if an event is dropped because it's size is too big please add an option to add an alternative fixed message to the log (e.g. "Event dropped because size is too big") so that the person reading Seq will at least know that there was something here and that he might find this info in the file logs I keep
The text was updated successfully, but these errors were encountered: