How to exit a fluentd plugin completely #3989
Unanswered
senalkularatne
asked this question in
Q&A
Replies: 1 comment
-
No this is not possible. Plugins are not supposed to exit. Fluentd just automatically restarts your plugin every time |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to exit a fluentd plugin for debugging purposes.
For example I've tried something like:
However the process keeps going. How can I bring it to an end completely via code? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions