mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 02:31:46 +00:00
Config option for JSON output formatter (#2843)
* Introduce a structured logging option * rename StructuredLog to LogFormat * add changelog entry * move log_format under log_level
This commit is contained in:
committed by
Ethan Buchman
parent
b646437ec7
commit
06225e332e
@ -86,6 +86,9 @@ db_dir = "{{ js .BaseConfig.DBPath }}"
|
||||
# Output level for logging, including package level options
|
||||
log_level = "{{ .BaseConfig.LogLevel }}"
|
||||
|
||||
# Output format: 'plain' (colored text) or 'json'
|
||||
log_format = "{{ .BaseConfig.LogFormat }}"
|
||||
|
||||
##### additional base config options #####
|
||||
|
||||
# Path to the JSON file containing the initial validator set and other meta data
|
||||
|
Reference in New Issue
Block a user