From d039f9a506828b8869732c7dfe410a02ee591c3b Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Thu, 11 May 2023 19:12:40 -0600 Subject: [PATCH] Change make_join detail log to debug --- federationapi/routing/routing.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/federationapi/routing/routing.go b/federationapi/routing/routing.go index b8d16d3d2..4e7d078a7 100644 --- a/federationapi/routing/routing.go +++ b/federationapi/routing/routing.go @@ -342,8 +342,7 @@ func Setup( } } - logrus.Warnf("Processing make_join for user %s, room %s", userID.String(), roomID.String()) - + logrus.Debugf("Processing make_join for user %s, room %s", userID.String(), roomID.String()) return MakeJoin( httpReq, request, cfg, rsAPI, roomID, userID, remoteVersions, )