New

The executive guide to generative AI

Read more

Logging

edit

Although it’s important not to bog down performance with excessive logging, debug level logs can be immensely helpful when diagnosing and troubleshooting issues with Logstash. Please remember to liberally add debug logs wherever it makes sense as users will be forever gracious.

@logger.debug("Logstash loves debug logs!", :actions => actions)
Was this helpful?
Feedback