Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Nov 28, 2024
1 parent fd19fa2 commit c2e92cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/user-guide/format-struct-logs-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ The formatted log would appear as:

For reference docs, see:
* [Format string syntax](format-struct-logs-syntax)
* [Formatters](format-stuct-logs-formatters)
* [Formatters](format-struct-logs-formatters)
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 @@ -92,4 +92,4 @@ The formatted string will be:
2015-03-23 19:29:48.942 INFO {0} latency=56 org.apache.hadoop.metrics2.impl.MetricsConfig: loaded properties from hadoop-metrics2.properties
```

For a list of currently supported formatters, see [Formatters](format-string-formatters).
For a list of currently supported formatters, see [Formatters](format-struct-logs-formatters).
6 changes: 3 additions & 3 deletions docs/src/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ hidden, click the {fas}`bars` icon) to navigate to specific docs.
:gutter: 2

:::{grid-item-card}
:link: quick-start-overview
:link: quick-start
Quick start
^^^
A guide to viewing log files in the log viewer.
:::

:::{grid-item-card}
:link: format-string-overview
:link: format-struct-logs-overview
Formatting structured logs
^^^
A guide to formatting structured (e.g. JSON) logs as plain text.
:::

:::{grid-item-card}
:link: log-level-filter
:link: log-level-filtering
Log level filtering
^^^
A guide to filtering log events by their levels.
Expand Down

0 comments on commit c2e92cf

Please sign in to comment.