# Functions

DefaultBaseConfig returns a default base configuration for a Tendermint node.
No description provided by the author
DefaultLogLevel returns a default log level of "error".
DefaultPackageLogLevels returns a default log level setting so all packages log at "error", while the `state` and `main` packages log at "info".
EnsureRoot creates the root, config, and data directories if they don't exist, and panics if it fails.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WriteConfigFile renders config using the template and writes it to configFilePath.

# Constants

LogFormatJSON is a format for json output.
LogFormatPlain is a format for colored text.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BaseConfig defines the base configuration for a Tendermint node.
Config defines the top level configuration for a Tendermint node.