We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f0553 commit b49301cCopy full SHA for b49301c
nconf/logging.go
@@ -15,7 +15,7 @@ type LoggingConfig struct {
15
QuoteEmptyFields bool `mapstructure:"quote_empty_fields" split_words:"true" json:"quote_empty_fields"`
16
TSFormat string `mapstructure:"ts_format" json:"ts_format"`
17
Fields map[string]interface{} `mapstructure:"fields" json:"fields"`
18
- UseNewLogger bool `mapstructure:"use_new_logger", split_words:"true"`
+ UseNewLogger bool `mapstructure:"use_new_logger",split_words:"true"`
19
20
BugSnag *BugSnagConfig
21
}
0 commit comments