diff --git a/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs b/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs index f872b4cc..8a261e14 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs @@ -118,7 +118,7 @@ public class HttpServer( } catch (Exception ex) { - _logger.Debug("Error handling request: " + context.Request.Path); + _logger.Critical("Error handling request: " + context.Request.Path); _logger.Critical(ex.Message); _logger.Critical(ex.StackTrace); #if DEBUG