cosmos-sdk/server/config
liorbond c24c439728
fix: proper error when parsing telemetry configuration (#12981)
When parsing `telemetry.global-labels` config the code assumes that the type will be an array.  I saw an issue where someone edited the configuration in the wrong way and got the following error:
![photo_2022-08-21_08-02-21](https://user-images.githubusercontent.com/22855163/185793842-c5759a54-1860-4dd1-bdb4-b94f4dab3c16.jpg)
Instead, I suggest here to print a proper error log to indicate what the issue is.
2022-08-23 00:20:57 +00:00
..
config_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
config.go fix: proper error when parsing telemetry configuration (#12981) 2022-08-23 00:20:57 +00:00
toml.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00