File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
content/manuals/engine/logging/drivers Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -225,12 +225,17 @@ The following `strftime` codes are supported:
225225| `%p` | AM or PM. | AM |
226226| `%M` | Minute as a zero-padded decimal number. | 57 |
227227| `%S` | Second as a zero-padded decimal number. | 04 |
228- | `%L` | Milliseconds as a zero-padded decimal number. | .123 |
229228| `%f` | Microseconds as a zero-padded decimal number. | 000345 |
230229| `%z` | UTC offset in the form +HHMM or -HHMM. | +1300 |
231230| `%Z` | Time zone name. | PST |
232231| `%j` | Day of the year as a zero-padded decimal number. | 363 |
233232
233+ In addition, the following non-`strftime` codes are supported :
234+
235+ | Code | Meaning | Example |
236+ | :--- | :------------------------------------------------------------------- | :------- |
237+ | `%L` | Milliseconds as a zero-padded decimal number preceded with a period. | .123 |
238+
234239# ## awslogs-multiline-pattern
235240
236241The `awslogs-multiline-pattern` option defines a multi-line start pattern using a
You can’t perform that action at this time.
0 commit comments