Skip to content

Commit

Permalink
docs: adds links to formatters in reference manual from configuration…
Browse files Browse the repository at this point in the history
… page of guide
  • Loading branch information
Andrew Stacy committed Sep 12, 2024
1 parent 620a3f7 commit 74cfbaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ to generate logs as structured data, also known as JSON logs.

Adze comes with four log formatters built in:

- **Pretty** - Human readable, pretty printed logs.
- **JSON** - Machine readable, structured JSON logs.
- **Common** - Logs that conform to the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format)
- **Standard** - Logs that are human-readable but formatted for stdout in backend/terminal environments.
- [**Pretty**](../reference/formatters.md#pretty-formatter) - Human readable, pretty printed logs.
- [**JSON**](../reference/formatters.md#json-formatter) - Machine readable, structured JSON logs.
- [**Common**](../reference/formatters.md#common-formatter) - Logs that conform to the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format)
- [**Standard**](../reference/formatters.md#standard-formatter) - Logs that are human-readable but formatted for stdout in backend/terminal environments.

Let's configure our shared logger to output as JSON.

Expand Down

0 comments on commit 74cfbaf

Please sign in to comment.