how to discard the logs #17361
-
I have the following log in my sourcelog
How to discard the logs with httplog and not collect them |
Beta Was this translation helpful? Give feedback.
Answered by
spencergilbert
May 10, 2023
Replies: 1 comment
-
You could use remap to conditionally drop_on_abort, or filter those events. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
spencergilbert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use remap to conditionally drop_on_abort, or filter those events.