You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Logging): Logger handling
- Instead of creating a new Logger instance, I am passing it to the class and then creating a new "database" channel.
- Added an optional parameter to change the log level. Default is "error".
- Added additional "info" and "debug" log statements in Database methods
fix(Update): Fix issue with data cleansing
Fixed error for missing DataFunctions.
Added email alerts radio button
and cooresponding code to save the setting. Previously it was always
defaulting to "false".
Added SMTPPORT field