Skip to content

Commit

Permalink
Revert logging change (replace error)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Jul 22, 2023
1 parent b69a87c commit 5d22c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/event_handler_webhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (w *WebHookHandler) Init(handlerConf interface{}) error {
log.WithFields(logrus.Fields{
"prefix": "webhooks",
"target": w.conf.TargetPath,
}).Info("Loading default htmlTemplate.")
}).Info("Loading default template.")
defaultPath := filepath.Join(w.Gw.GetConfig().TemplatePath, "default_webhook.json")
w.template, err = htmlTemplate.ParseFiles(defaultPath)
if err != nil {
Expand Down

0 comments on commit 5d22c16

Please sign in to comment.