Skip to content

Commit 4142f79

Browse files
authored
fix: move notify URL to trace log (#907)
1 parent 6a9d985 commit 4142f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/notifications/notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (n *Notifier) getNotificationTypes(cmd *cobra.Command, levels []log.Level,
103103
log.Fatal("failed to create notification config:", err)
104104
}
105105

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

108108
notifier := newShoutrrrNotifierFromURL(
109109
cmd,

0 commit comments

Comments
 (0)