We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a37f7 commit 39321b4Copy full SHA for 39321b4
conf/logging.go
@@ -14,7 +14,7 @@ type LoggingConfig struct {
14
QuoteEmptyFields bool `mapstructure:"quote_empty_fields" split_words:"true" json:"quote_empty_fields"`
15
TSFormat string `mapstructure:"ts_format" json:"ts_format"`
16
Fields map[string]interface{} `mapstructure:"fields" json:"fields"`
17
- UseNewLogger bool `mapstructure:"use_new_logger",split_words:"true"`
+ UseNewLogger bool `mapstructure:"use_new_logger" split_words:"true"`
18
}
19
20
func ConfigureLogging(config *LoggingConfig) (*logrus.Entry, error) {
0 commit comments