Skip to content

Commit

Permalink
fix: move notify URL to trace log (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Apr 18, 2021
1 parent 6a9d985 commit 4142f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notifications/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (n *Notifier) getNotificationTypes(cmd *cobra.Command, levels []log.Level,
log.Fatal("failed to create notification config:", err)
}

println(shoutrrrURL)
log.WithField("URL", shoutrrrURL).Trace("created Shoutrrr URL from legacy notifier")

notifier := newShoutrrrNotifierFromURL(
cmd,
Expand Down

0 comments on commit 4142f79

Please sign in to comment.