docs: logger updates (#6545)

## Description

Update for logging changes
This commit is contained in:
Marko
2021-06-07 13:31:02 +00:00
committed by GitHub
parent 3635c7a382
commit 7cc32f3f0f
4 changed files with 8 additions and 15 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ type ManifestNode struct {
// restart: restarts the node, shutting it down with SIGTERM
Perturb []string `toml:"perturb"`
// Log level sets the log level of the specific node i.e. "consensus:info,*:error".
// Log level sets the log level of the specific node i.e. "info".
// This is helpful when debugging a specific problem. This overrides the network
// level.
LogLevel string `toml:"log_level"`