Skip to content

Commit

Permalink
fix(docs): Correct minutes format specifier in example format string (f…
Browse files Browse the repository at this point in the history
…ixes #164). (#165)
  • Loading branch information
kirkrodrigues authored Jan 10, 2025
1 parent ff13649 commit 044b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/format-struct-logs-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 044b637

Please sign in to comment.