diff --git a/docs/src/user-guide/format-struct-logs-syntax.md b/docs/src/user-guide/format-struct-logs-syntax.md index e0af9c94..29ae306b 100644 --- a/docs/src/user-guide/format-struct-logs-syntax.md +++ b/docs/src/user-guide/format-struct-logs-syntax.md @@ -80,7 +80,7 @@ Consider the following log event: We can format this using the following YScope format string: ``` -{@timestamp:timestamp:YYYY-MM-DD HH\:MM\:ss.SSS} {level} \{{thread}\} latency={latency.secs:round} {an\.odd\.key\{name\}} +{@timestamp:timestamp:YYYY-MM-DD HH\:mm\:ss.SSS} {level} \{{thread}\} latency={latency.secs:round} {an\.odd\.key\{name\}} ``` * In the first placeholder, we have the field name `@timestamp`, a formatter called `timestamp`, and