Changed Error handling request to critical
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user