From 4142f7966a6703ed3221f1ebffb6e03fa4e18747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Sun, 18 Apr 2021 18:35:15 +0200 Subject: [PATCH] fix: move notify URL to trace log (#907) --- pkg/notifications/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/notifications/notifier.go b/pkg/notifications/notifier.go index ec313a5..c4e962f 100644 --- a/pkg/notifications/notifier.go +++ b/pkg/notifications/notifier.go @@ -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,