Merge pull request #9066 from barronpm/reduce-logspam

Change log level for bind address usage to debug
pull/9143/head
Bond-009 1 year ago committed by GitHub
commit e448797df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save