We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13649 commit 044b637Copy full SHA for 044b637
docs/src/user-guide/format-struct-logs-syntax.md
@@ -80,7 +80,7 @@ Consider the following log event:
80
We can format this using the following YScope format string:
81
82
```
83
-{@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\}}
84
85
86
* In the first placeholder, we have the field name `@timestamp`, a formatter called `timestamp`, and
0 commit comments