/
Changing Rule logging level

Changing Rule logging level

When you are triaging a Rule it’s often useful for a technical resource to get more detailed logs on how the Rule is running.

This can be changed on a Rule by Rule basis by updating the the meta data to pass in the required log level and then restart the rule to pick it up.

When this is set the logging system will respect it and log at that level. We currently support the standard logging levels shown below in increasing detail.

  • Nothing (No Logging)

  • Minimal

  • Basic (Default)

  • Detailed

  • Debug

  • Row Level (Very Detailed)

 

The format is

"logLevel": "ROWLEVEL"

Or

"logLevel": "Debug"

 

 

Related content