Skip to content

Commit 044b637

Browse files
fix(docs): Correct minutes format specifier in example format string (fixes #164). (#165)
1 parent ff13649 commit 044b637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/user-guide/format-struct-logs-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Consider the following log event:
8080
We can format this using the following YScope format string:
8181

8282
```
83-
{@timestamp:timestamp:YYYY-MM-DD HH\:MM\:ss.SSS} {level} \{{thread}\} latency={latency.secs:round} {an\.odd\.key\{name\}}
83+
{@timestamp:timestamp:YYYY-MM-DD HH\:mm\:ss.SSS} {level} \{{thread}\} latency={latency.secs:round} {an\.odd\.key\{name\}}
8484
```
8585

8686
* In the first placeholder, we have the field name `@timestamp`, a formatter called `timestamp`, and

0 commit comments

Comments
 (0)