Skip to content

Commit 135ae08

Browse files
committed
[Doc] Updated guide on if-statement section to describe what happens when an expression fails to evaluate.
1 parent 756fe70 commit 135ae08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/static/event-data.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ filter {
149149
}
150150
----------------------------------
151151

152+
If the evaluation of the expression generates an error, like comparing the integer value `100`
153+
with the string value `"100"`, then the processing of the event is stopped and a warning message is logged.
154+
To have the full content of the message as it is at the time of evaluation, enable debug log,
155+
see <<logging, Logging>> for more information about log levels and how to configure it.
156+
152157
You can specify multiple expressions in a single condition:
153158

154159
[source,js]

0 commit comments

Comments
 (0)