mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
updated some error logging.
This commit is contained in:
parent
381af184ce
commit
ed089b01b1
2 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using FluentValidation;
|
||||
using NLog;
|
||||
using Nancy;
|
||||
|
@ -37,7 +36,7 @@ namespace NzbDrone.Api.ErrorManagement
|
|||
|
||||
}
|
||||
|
||||
_logger.ErrorException("Unexpected error", exception);
|
||||
_logger.FatalException("Request Failed", exception);
|
||||
|
||||
|
||||
return new ErrorModel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue