From 54e5b2a869fc44601f1ce8bca1007cb2745d339b Mon Sep 17 00:00:00 2001 From: Neil Schark <neil.schark@h-da.de> Date: Wed, 6 Mar 2024 11:04:44 +0000 Subject: [PATCH] wip --- controller/eventService/Service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/eventService/Service.go b/controller/eventService/Service.go index 28e992c62..5204fa208 100644 --- a/controller/eventService/Service.go +++ b/controller/eventService/Service.go @@ -85,7 +85,7 @@ func connect(addr string) (*amqp.Connection, error) { // Will equal two Minuten of retries retries := 60 - logrus.Debugf("will try to connect to: %s", addr) + logrus.Infof("will try to connect to: %s", addr) for i := 0; i < retries; i++ { conn, err := amqp.Dial(addr) -- GitLab