Explorar o código

Change log level for bind address usage to debug

Fixes #9024
Patrick Barron %!s(int64=2) %!d(string=hai) anos
pai
achega
dfc5a4373f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Networking/Manager/NetworkManager.cs

+ 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;
                 }
             }