mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fix typo and remove redundant phrasing in awslogs.md (#15803)
* patther -> pattern * Removed line which was redundant phrasing. (Now inline with multiline timestamp example) Signed-off-by: Austin Vazquez <macedonv@amazon.com> Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
@@ -223,10 +223,8 @@ This option is ignored if `awslogs-datetime-format` is also configured.
|
||||
> Multiline logging performs regular expression parsing and matching of all log
|
||||
> messages. This may have a negative impact on logging performance.
|
||||
|
||||
For example, to process the following log stream where new log messages start with the pattern `INFO`:
|
||||
|
||||
Consider the following log stream, where each log message should start with the
|
||||
patther `INFO`:
|
||||
pattern `INFO`:
|
||||
|
||||
```console
|
||||
INFO A message was logged
|
||||
|
||||
Reference in New Issue
Block a user