From 34369d36036e71170abb9bb0aa470327e493d07e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 19 Jan 2022 20:02:58 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 37 +++++++++++++++++++++++++++++++++++++ ayanova/src/main.js | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fe57fcc9..911420fb 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -786,6 +786,43 @@ TODO: 1 BETA DOCS: - 1 todo: time control in native browser format isn't showing a title at all, check date as well. Date and time is ok +- 1 todo: client error log uses epoch time stamps, would be better to use utc 8601 format instead or even better local time so can correlate with users when things happen in their local time zone + + +{ + "data": [ + { + "created": "2022-01-19T19:18:36.051299Z", + "statusText": "LT:ProcessingJob \"LT:Report id: \"63\" LT:WorkOrder (1803) LT:User AyaNova SuperUser - RenderReport\"", + "jobId": "9c302943-f573-4cad-a9a5-f3ffd521b264" + }, + { + "created": "2022-01-19T19:19:46.64487Z", + "statusText": "rendererror:timeout,1", + "jobId": "9c302943-f573-4cad-a9a5-f3ffd521b264" + } + ] +} + +{ + "data": [ + { + "created": "2022-01-19T19:26:17.535952Z", + "statusText": "LT:ProcessingJob \"LT:Report id: \"63\" LT:WorkOrder (1803) LT:User AyaNova SuperUser - RenderReport\"", + "jobId": "7b866d1d-58a3-438a-beeb-6a030613c0b7" + }, + { + "created": "2022-01-19T19:27:18.082458Z", + "statusText": "rendererror:timeout,1", + "jobId": "7b866d1d-58a3-438a-beeb-6a030613c0b7" + } + ] +} + +Vue error: Error - Name:SyntaxError, Message:JSON.parse: unexpected character at line 1 column 1 of the JSON data filename: http://localhost:8080/app.5c05fef9e3087cf58202.hot-update.js +lineNumber: 256 info: event handler for "menu-click" (Promise/async) STACK: _callee2$@http://localhost:8080/app.5c05fef9e3087cf58202.hot-update.js:256:42 +tryCatch@http://localhost:8080/js/chunk-vendors.js:66529:40 invoke@http://localhost:8080/js/chunk-vendors.js:66760:30 +./node_modules/regenerator-runtime/runtime.js/defineIteratorMethods/log form? diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 34fb9495..4e3c894c 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************