Skip to main content

Used to match and control publishing of log entries.

Properties (6)

Property Type Default Required Description
allowedAttributes⚓︎ string[] x x

If specified, any attributes missing from the list will be removed from the log entry before publishing it.

bodyRegex⚓︎ string x x

Used to match the text of the log entry.

categoryName⚓︎ string x x

Used to match the category of the log entry.

enabled⚓︎ boolean x x

If false, the log entry will not be published.

hideRegex⚓︎ string x x

If specified, the log entry will have text matching this regex replaced with asterisks.

severity⚓︎ "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR" | "FATAL" x x

Used to match the severity of the log entry.