diff --git a/packages/docs/pages/experimental/logging-config.mdx b/packages/docs/pages/experimental/logging-config.mdx index 263cba6d..157bf8b5 100644 --- a/packages/docs/pages/experimental/logging-config.mdx +++ b/packages/docs/pages/experimental/logging-config.mdx @@ -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.