2
0
Эх сурвалжийг харах

Change log level for bind address usage to debug

Fixes #9024
Patrick Barron 2 жил өмнө
parent
commit
dfc5a4373f

+ 1 - 1
Jellyfin.Networking/Manager/NetworkManager.cs

@@ -375,7 +375,7 @@ namespace Jellyfin.Networking.Manager
 
                 if (MatchesPublishedServerUrl(source, isExternal, out string res, out port))
                 {
-                    _logger.LogInformation("{Source}: Using BindAddress {Address}:{Port}", source, res, port);
+                    _logger.LogDebug("{Source}: Using BindAddress {Address}:{Port}", source, res, port);
                     return res;
                 }
             }