This commit is contained in:
@@ -27,7 +27,8 @@ namespace AyaNova.Biz
|
||||
//Log as a backup in case there is no one to notify and also for the record and support
|
||||
if (ex != null)
|
||||
{
|
||||
log.LogError(ex, $"Ops problem notification: \"{message}\"");
|
||||
//actually, if there is an exception it's already logged anyway so don't re-log it here, just makes dupes
|
||||
// log.LogError(ex, $"Ops problem notification: \"{message}\"");
|
||||
message += $"\nException error: {ExceptionUtil.ExtractAllExceptionMessages(ex)}";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user