From d1a7b71f60dd21fc932837a04a6a7c29eca62d57 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 23 Oct 2019 00:25:55 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/WidgetController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/Controllers/WidgetController.cs b/server/AyaNova/Controllers/WidgetController.cs index 533b1be8..a68806a4 100644 --- a/server/AyaNova/Controllers/WidgetController.cs +++ b/server/AyaNova/Controllers/WidgetController.cs @@ -376,7 +376,7 @@ namespace AyaNova.Api.Controllers [HttpGet("exception")] public ActionResult GetException() { - log.LogCritical("Widget::getexception->CRITICAL LOG TEST"); + log.LogInformation("Widget::getexception-> Test exception and log from controller test"); if (!serverState.IsOpen) return StatusCode(503, new ApiErrorResponse(ApiErrorCode.API_CLOSED, null, serverState.Reason)); throw new System.NotSupportedException("Test exception from widget controller");