继续增加日志
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b293559225
commit
64ef4ea0f2
|
|
@ -530,6 +530,8 @@ namespace IRaCIS.Core.SCP.Service
|
||||||
|
|
||||||
public Task OnCStoreRequestExceptionAsync(string tempFileName, Exception e)
|
public Task OnCStoreRequestExceptionAsync(string tempFileName, Exception e)
|
||||||
{
|
{
|
||||||
|
Log.Logger.Warning($"CStoreRequestException {tempFileName} {e?.Message} {e?.InnerException?.Message}");
|
||||||
|
|
||||||
// let library handle logging and error response
|
// let library handle logging and error response
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue