Skip to content

Commit b49301c

Browse files
rybitsmoya
andauthored
fix comma in tags
Co-Authored-By: Sergio Moya <[email protected]>
1 parent 93f0553 commit b49301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nconf/logging.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type LoggingConfig struct {
1515
QuoteEmptyFields bool `mapstructure:"quote_empty_fields" split_words:"true" json:"quote_empty_fields"`
1616
TSFormat string `mapstructure:"ts_format" json:"ts_format"`
1717
Fields map[string]interface{} `mapstructure:"fields" json:"fields"`
18-
UseNewLogger bool `mapstructure:"use_new_logger", split_words:"true"`
18+
UseNewLogger bool `mapstructure:"use_new_logger",split_words:"true"`
1919

2020
BugSnag *BugSnagConfig
2121
}

0 commit comments

Comments
 (0)