From d0afd4a8702808061c6ee344ddae6753664df2f3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 23 Oct 2019 18:00:48 +0000 Subject: [PATCH] --- devdocs/todo.txt | 1 + server/AyaNova/Controllers/WidgetController.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 792e960a..abfc4b93 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -21,6 +21,7 @@ UPDATE all the things before commencing work - Add automated test to retrieve a manual page to ensure it's working - Add automated test to retrieve metrics to know it's working - Add automated test to retrieve apiroot page to know it's working +- Post a release build fixup server to run 3.1.net ------------------------------------------------------------------------------------------------------------------------------------- Need a sprint to get to a fully testable client with entry form, list and as much as possible all features from COMMON-* specs list diff --git a/server/AyaNova/Controllers/WidgetController.cs b/server/AyaNova/Controllers/WidgetController.cs index a68806a4..2c109e6c 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.LogInformation("Widget::getexception-> Test exception and log from controller 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");