Skip to content

Commit

Permalink
Update packages/docs/pages/experimental/logging-config.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Karbyshev <[email protected]>
  • Loading branch information
bengtlofgren and karbyshev authored Jul 3, 2023
1 parent bf11409 commit 3597275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/experimental/logging-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The log files will be compressed using gzip.
`NAMADA_LOG_ROLLING` can be used for setting rolling logs frequency. The default value is `never`. The available values are `never`, `minutely`, `hourly`, `daily`.

#### `NAMADA_CMT_STDOUT`
By default this is set to false. If set to true, the ledger will log all the CometBFT logs to stdout. This information may be valuable to validators.
By default this is set to `false`. If set to `true`, the ledger will log all the CometBFT logs to stdout. This information may be valuable to validators.

#### `CMT_LOG_LEVEL`
This is set to `info` by default. The available values are `info`, `debug`, `warn`, `error` and sets the level of the CometBFT logs printed to stdout.

0 comments on commit 3597275

Please sign in to comment.