mirror of https://github.com/docker/cli.git
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 <github@gone.nl>
This commit is contained in:
parent
3e831e4472
commit
d30987f85f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue