Skip to content

Commit

Permalink
docu: minor update for log_rules
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Dec 7, 2024
1 parent 1ff117d commit 45f718c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Wird **log_text** angegeben, kann dabei eine Reihe von Variablen und eval-Ausdr

**Achtung:** log_text darf keine Single-Quotes (``'``) enthalten!

Falls es aufgrund des YAML Syntaxes notwendig kann der gesamte String für log_text in Single-Quotes (')
Falls es aufgrund des YAML Syntaxes notwendig ist, kann der gesamte String für log_text in Single-Quotes (')
eingeschlossen werden.

**Beispiel:** ``log_text: 'Alter={age}'``
Expand Down Expand Up @@ -128,6 +128,7 @@ geschwungene Klammern zu setzen.
Es können auch mehrere eval-Ausdrücke in einen Log Text eingebunden und mit Variablen konfiguriert werden.

**Beispiel:** ``log_text: Ergebnis={1+value} für item {id}``

**Beispiel:** ``log_text: Ergebnis={"Eins" if value == 1 else "Zwei" if value == 2 else 1+value} für item {id}``


Expand Down

0 comments on commit 45f718c

Please sign in to comment.