Skip to content

Commit

Permalink
docs: minor corrections to configuration page of guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stacy committed Sep 12, 2024
1 parent 74cfbaf commit 76e847d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ There are two ways we can provide this meta data to the logger.

The first way is through the `setup` function. The second way is by the `meta` modifier.

Adze also provides a convenient type (`JsonLogFormatMeta`) that can be used for type safety when
Adze also provides a convenient type ([`JsonLogFormatMeta`](../reference/formatters.md#jsonlogformatmeta-interface)) that can be used for type safety when
adding the meta data.

#### By the setup function
Expand Down Expand Up @@ -229,7 +229,6 @@ const issue: LevelConfig = {
emoji: '🔥',
};

// Set the format to "json"
setup({
activeLevel: 'info',
levels: {
Expand Down

0 comments on commit 76e847d

Please sign in to comment.