mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #9066 from barronpm/reduce-logspam
Change log level for bind address usage to debug
This commit is contained in:
commit
e448797df0
@ -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…
x
Reference in New Issue
Block a user