From fd9efc9096b8ec370aaacc929b89b17d47f1fa1c Mon Sep 17 00:00:00 2001 From: ion9 Date: Wed, 20 Feb 2019 11:49:39 -0500 Subject: [PATCH] update to include the \. from %L in the code you must have a ```.``` at the start of your %L, this change calls that out in the doc --- config/containers/logging/awslogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/logging/awslogs.md b/config/containers/logging/awslogs.md index 3b7e0c6c62..282f4c71cf 100644 --- a/config/containers/logging/awslogs.md +++ b/config/containers/logging/awslogs.md @@ -169,7 +169,7 @@ The following `strftime` codes are supported: | `%p` | AM or PM. | AM | | `%M` | Minute as a zero-padded decimal number. | 57 | | `%S` | Second as a zero-padded decimal number. | 04 | -| `%L` | Milliseconds as a zero-padded decimal number. | 123 | +| `%L` | Milliseconds as a zero-padded decimal number. | .123 | | `%f` | Microseconds as a zero-padded decimal number. | 000345 | | `%z` | UTC offset in the form +HHMM or -HHMM. | +1300 | | `%Z` | Time zone name. | PST |