mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
fix: move notify URL to trace log (#907)
This commit is contained in:
parent
6a9d985ce7
commit
4142f7966a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue