log error
This commit is contained in:
parent
e8f03f80c2
commit
498605fce0
@ -7,6 +7,8 @@ public class ExceptionNotifier: IExceptionNotifier, ITransientDependency
|
||||
{
|
||||
public Task NotifyAsync(ExceptionNotificationContext context)
|
||||
{
|
||||
LogHelper.Error(context.Exception.ToString());
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user