diff --git a/.vscode/launch.json b/.vscode/launch.json index 500fe031..c05cf12a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -55,8 +55,8 @@ "env": { // "ASPNETCORE_ENVIRONMENT": "Development", "AYANOVA_JWT_SECRET": "1111111MyRandom32CharacterSecret", - "AYANOVA_LOG_LEVEL": "Info", - //"AYANOVA_LOG_LEVEL": "Debug", + //"AYANOVA_LOG_LEVEL": "Info", + "AYANOVA_LOG_LEVEL": "Debug", //"AYANOVA_LOG_LEVEL": "Trace", "AYANOVA_DEFAULT_TRANSLATION": "en", "AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=300;", @@ -121,7 +121,7 @@ "AYANOVA_USE_URLS": "http://*:7575;", //"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true", //"AYANOVA_REMOVE_LICENSE_FROM_DB":"true", - "AYANOVA_SERVER_TEST_MODE": "true", + //"AYANOVA_SERVER_TEST_MODE": "true", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin" diff --git a/devdocs/todo.txt b/devdocs/todo.txt index c7034d03..8c45797e 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,4 +1,12 @@ -# now +todo: printing issue with WE technology + - latest build and new install doesn't do it + - using his report files not the Issue + - same browser / reports not the issue + - Could be the data somehow? + - try to recreate + - TODO: why not being logged, recreate the error and make it log to the client and / or the server + + @@ -603,6 +611,10 @@ todo: notification list doesn't have a bell icon image showing where they would todo: server metrics ops-metrics no screenshots?? +todo: log level page https://ayanova.com/docs/ops-log/#log-level doesn't mention config.json like as even a thing like it does with other config settings pages + + + ## MIGRATION ITEMS ███ ███ ██ ██████ ██████ █████ ████████ ███████ ████ ████ ██ ██ ██ ██ ██ ██ ██ ██ diff --git a/server/AyaNova/biz/ReportBiz.cs b/server/AyaNova/biz/ReportBiz.cs index e0efebac..68b88767 100644 --- a/server/AyaNova/biz/ReportBiz.cs +++ b/server/AyaNova/biz/ReportBiz.cs @@ -11,7 +11,6 @@ using EnumsNET; using PuppeteerSharp; using Newtonsoft.Json.Linq; using System; -using System.Diagnostics; namespace AyaNova.Biz {