|
@ -40,7 +40,7 @@ Default logging level (`log-level = "info"`) should suffice for |
|
|
normal operation mode. Read [this |
|
|
normal operation mode. Read [this |
|
|
post](https://blog.cosmos.network/one-of-the-exciting-new-features-in-0-10-0-release-is-smart-log-level-flag-e2506b4ab756) |
|
|
post](https://blog.cosmos.network/one-of-the-exciting-new-features-in-0-10-0-release-is-smart-log-level-flag-e2506b4ab756) |
|
|
for details on how to configure `log-level` config variable. Some of the |
|
|
for details on how to configure `log-level` config variable. Some of the |
|
|
modules can be found [here](../nodes/logging#list-of-modules). If |
|
|
|
|
|
|
|
|
modules can be found [here](logging.md#list-of-modules). If |
|
|
you're trying to debug Tendermint or asked to provide logs with debug |
|
|
you're trying to debug Tendermint or asked to provide logs with debug |
|
|
logging level, you can do so by running Tendermint with |
|
|
logging level, you can do so by running Tendermint with |
|
|
`--log-level="debug"`. |
|
|
`--log-level="debug"`. |
|
@ -114,7 +114,7 @@ just the votes seen at the current height. |
|
|
If, after consulting with the logs and above endpoints, you still have no idea |
|
|
If, after consulting with the logs and above endpoints, you still have no idea |
|
|
what's happening, consider using `tendermint debug kill` sub-command. This |
|
|
what's happening, consider using `tendermint debug kill` sub-command. This |
|
|
command will scrap all the available info and kill the process. See |
|
|
command will scrap all the available info and kill the process. See |
|
|
[Debugging](../tools/debugging.md) for the exact format. |
|
|
|
|
|
|
|
|
[Debugging](../tools/debugging/README.md) for the exact format. |
|
|
|
|
|
|
|
|
You can inspect the resulting archive yourself or create an issue on |
|
|
You can inspect the resulting archive yourself or create an issue on |
|
|
[Github](https://github.com/tendermint/tendermint). Before opening an issue |
|
|
[Github](https://github.com/tendermint/tendermint). Before opening an issue |
|
@ -134,7 +134,7 @@ Tendermint also can report and serve Prometheus metrics. See |
|
|
[Metrics](./metrics.md). |
|
|
[Metrics](./metrics.md). |
|
|
|
|
|
|
|
|
`tendermint debug dump` sub-command can be used to periodically dump useful |
|
|
`tendermint debug dump` sub-command can be used to periodically dump useful |
|
|
information into an archive. See [Debugging](../tools/debugging.md) for more |
|
|
|
|
|
|
|
|
information into an archive. See [Debugging](../tools/debugging/README.md) for more |
|
|
information. |
|
|
information. |
|
|
|
|
|
|
|
|
## What happens when my app dies |
|
|
## What happens when my app dies |
|
@ -315,7 +315,7 @@ We want `skip-timeout-commit=false` when there is economics on the line |
|
|
because proposers should wait to hear for more votes. But if you don't |
|
|
because proposers should wait to hear for more votes. But if you don't |
|
|
care about that and want the fastest consensus, you can skip it. It will |
|
|
care about that and want the fastest consensus, you can skip it. It will |
|
|
be kept false by default for public deployments (e.g. [Cosmos |
|
|
be kept false by default for public deployments (e.g. [Cosmos |
|
|
Hub](https://cosmos.network/intro/hub)) while for enterprise |
|
|
|
|
|
|
|
|
Hub](https://hub.cosmos.network/main/hub-overview/overview.html)) while for enterprise |
|
|
applications, setting it to true is not a problem. |
|
|
applications, setting it to true is not a problem. |
|
|
|
|
|
|
|
|
- `consensus.peer-gossip-sleep-duration` |
|
|
- `consensus.peer-gossip-sleep-duration` |
|
|