This commit is contained in:
2020-07-29 21:01:26 +00:00
parent e0ba70eb1d
commit 456cf2d8a2

View File

@@ -15,13 +15,6 @@ ____________
##########################
todo: any use of simple-table sb turned into data-table see how it's done in ops-notify-queue, pretty straightforward and you get responsiveness and sorting built in
todo: go over server logging and rethink it a bit, levels maybe need adjusting, more debug and less trace
need an intermediate mode where users can set it for diagnosing issues
for example, should always log when notification delivery fails, but when it succeeds that might be a debug level , not a trace level
because user may want to see what is generally going on without all the nitty gritty filling the log
or maybe trace is fine and just accept huge log files with extra detail?
Maybe enable trace and see what gets logged.
todo: logging sql queries in trace at server
maybe too much or maybe that's trace level and everything else I've done at trace sb debug so can filter OUT that sql shit
Also the user count license circumvention query is plainly visible, if it were to be executed directly instead of through EF core it may not be visible?