diff --git a/.vscode/launch.json b/.vscode/launch.json index 49c9bd20..d95867a5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -31,8 +31,8 @@ }, "env": { "ASPNETCORE_ENVIRONMENT": "Development", - "AYANOVA_LOG_LEVEL": "Info", - //"AYANOVA_LOG_LEVEL": "Debug", + //"AYANOVA_LOG_LEVEL": "Info", + "AYANOVA_LOG_LEVEL": "Debug", "AYANOVA_DEFAULT_LANGUAGE": "en", //LOCALE MUST BE en for Integration TESTING //"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true", diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 6e87c36f..399d6ce4 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -81,13 +81,15 @@ TODO CLIENT STUFF TODO SERVER STUFF - - TAG ROUTE: CLOUD route to fetch tags in order of refcount decreasing - - TAG repo tests: ensure updates delete and add properly, ensure new adds properly, ensure lists work properly - - TAG Ref count test: + - Boot server and seed with debug log turned on, + - see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked. + - See what warnings are displayed about sql usage - - Boot server and seed with debug log turned on, see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked. - Docs: pagingOptions, sort and filter need to be documented for API + - LICENSING: can we support additive user licensing to avoid a lot of fuckery or...? I.E. can a license contain multiple subitems that are techs with their own count and expiry? + - or is this more of a shareit issue than our issue as AyaNova will not care and there can still be one item + - This came about because a guy bought a second 5 user thinking that's how you get a 10 user today ----------------- diff --git a/server/AyaNova/Startup.cs b/server/AyaNova/Startup.cs index 40e6fe11..a9392ce7 100644 --- a/server/AyaNova/Startup.cs +++ b/server/AyaNova/Startup.cs @@ -98,7 +98,7 @@ namespace AyaNova bool LOG_SENSITIVE_DATA = false; #if (DEBUG) - //LOG_SENSITIVE_DATA = true; + LOG_SENSITIVE_DATA = true; #endif