fix: move notify URL to trace log (#907)

pull/914/head
nils måsén 3 years ago committed by GitHub
parent 6a9d985ce7
commit 4142f7966a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save