mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update logging levels
This commit is contained in:
parent
9124825c98
commit
4ad96e4ff5
13 changed files with 48 additions and 29 deletions
|
|
@ -191,7 +191,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
|
|||
|
||||
var type = request.IsWebSocketRequest ? "Web Socket" : "HTTP " + request.HttpMethod;
|
||||
|
||||
logger.LogMultiline(type + " " + request.Url, LogSeverity.Debug, log);
|
||||
logger.LogMultiline(type + " " + request.Url, LogSeverity.Info, log);
|
||||
}
|
||||
|
||||
private void HandleError(Exception ex, HttpListenerContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue