Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Máté Őry <orymate@gmail.com>
  • Loading branch information
orymate authored Oct 5, 2023
1 parent 0ebc724 commit 97f2baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/syslog/syslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func SampleData() TemplateData {
return TemplateData{
Facility: 20,
severity: 5,
dateTime: dateTime: time.Now().UTC(),
dateTime: time.Now(),
Host: viper.GetString("message.host"),
AppName: viper.GetString("message.appname"),
PID: 1143,
Expand Down

0 comments on commit 97f2baf

Please sign in to comment.