From 81995e0133366497104bcce23810c3caf652cf23 Mon Sep 17 00:00:00 2001 From: Austin Vazquez <55906459+austinvazquez@users.noreply.github.com> Date: Wed, 5 Oct 2022 06:28:04 -0700 Subject: [PATCH] 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 Signed-off-by: Austin Vazquez --- config/containers/logging/awslogs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/containers/logging/awslogs.md b/config/containers/logging/awslogs.md index 82f11b87c0..efe7b05180 100644 --- a/config/containers/logging/awslogs.md +++ b/config/containers/logging/awslogs.md @@ -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