This commit is contained in:
2022-10-12 18:31:51 +00:00
parent 0098cceba0
commit 652b5f49d7
3 changed files with 16 additions and 5 deletions

6
.vscode/launch.json vendored
View File

@@ -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"

View File

@@ -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
███ ███ ██ ██████ ██████ █████ ████████ ███████
████ ████ ██ ██ ██ ██ ██ ██ ██ ██

View File

@@ -11,7 +11,6 @@ using EnumsNET;
using PuppeteerSharp;
using Newtonsoft.Json.Linq;
using System;
using System.Diagnostics;
namespace AyaNova.Biz
{