Skip to content

Commit

Permalink
fix struct tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni committed Feb 3, 2021
1 parent 39da3c4 commit b05c945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/builtin/parser/syslog/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type SyslogParserConfig struct {
helper.ParserConfig `yaml:",inline"`

Protocol string `json:"protocol,omitempty" yaml:"protocol,omitempty"`
Location string `json:"location", yaml:"location"`
Location string `json:"location,omitempty" yaml:"location,omitempty"`
}

// Build will build a JSON parser operator.
Expand Down

0 comments on commit b05c945

Please sign in to comment.