From d30987f85f866849f31d61810b73aafc324cc237 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 16 Aug 2017 14:16:30 +0200 Subject: [PATCH] Fix "liquid" warning on logging plugins page Noticed this warning in the documentation CI: Liquid Warning: Liquid syntax error (line 210): Expected end_of_string but found id in "{{ log stream }}" in engine/extend/plugins_logging.md Signed-off-by: Sebastiaan van Stijn --- docs/extend/plugins_logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/plugins_logging.md b/docs/extend/plugins_logging.md index 43203d3c58..c8df2045b9 100644 --- a/docs/extend/plugins_logging.md +++ b/docs/extend/plugins_logging.md @@ -213,7 +213,7 @@ to determine what set of logs to read. **Response**: ``` -{{ log stream }} +{% raw %}{{ log stream }}{% endraw %} ``` The response should be the encoded log message using the same format as the