mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 15:46:22 +00:00
add request logging
This commit is contained in:
@@ -518,7 +518,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
return;
|
||||
}
|
||||
|
||||
var handler = HttpHandlerFactory.GetHandler(httpReq);
|
||||
var handler = HttpHandlerFactory.GetHandler(httpReq, _logger);
|
||||
|
||||
if (handler != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user