Skip to content

Commit 39321b4

Browse files
committed
fix struct tag
1 parent e3a37f7 commit 39321b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/logging.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type LoggingConfig struct {
1414
QuoteEmptyFields bool `mapstructure:"quote_empty_fields" split_words:"true" json:"quote_empty_fields"`
1515
TSFormat string `mapstructure:"ts_format" json:"ts_format"`
1616
Fields map[string]interface{} `mapstructure:"fields" json:"fields"`
17-
UseNewLogger bool `mapstructure:"use_new_logger",split_words:"true"`
17+
UseNewLogger bool `mapstructure:"use_new_logger" split_words:"true"`
1818
}
1919

2020
func ConfigureLogging(config *LoggingConfig) (*logrus.Entry, error) {

0 commit comments

Comments
 (0)