This commit is contained in:
@@ -45,6 +45,16 @@ todo: Localize this message or get rid of it, it's annoying and possibly useless
|
||||
##########################
|
||||
todo: ops backup file list not in order by date, seems to be random or something, I want newest at top oldest at bottom
|
||||
|
||||
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?
|
||||
|
||||
todo: add method to continue on to requested url when a login needs to happen
|
||||
(like capture the requested url and if found after login go to it)
|
||||
todo: clean out leftover openurl stuff from old system
|
||||
|
||||
Reference in New Issue
Block a user