logstash-filter-ruby
logstash-filter-ruby copied to clipboard
Ruby exceptions log level
Could you please add information about code block and event to debug log in case of ruby exception? It's mostly impossible to find problem using only error message (moreover sometimes it's empty).
I plan to add an exception_code
setting that will allow a user to provide custom action in the event of an exception. In this code setting a user should log what ever is appropriate based on the function that the main code
setting is executing - i.e. fields of interest and exception message with some backtrace, etc.
@guyboertje interesting idea!