Codebase list golang-github-go-kit-kit / 4a563ef
log/experimental_level: fix typo (thanks @nuss-justin!) Peter Bourgon 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6969 type Config struct {
7070 // Allowed enumerates the accepted log levels. If a log event is encountered
7171 // with a LevelKey set to a value that isn't explicitly allowed, the event
72 // will be equelched, and ErrSquelched returned.
72 // will be squelched, and ErrSquelched returned.
7373 Allowed []string
7474
7575 // ErrSquelched is returned to the caller when Log is invoked with a