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:
Austin Vazquez
2022-10-05 06:28:04 -07:00
committed by GitHub
parent add70f8a4b
commit 81995e0133

View File

@@ -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