mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Log message is now included with exception log.
This commit is contained in:
parent
6b3e102899
commit
30358de9f4
9 changed files with 5 additions and 7 deletions
|
@ -67,6 +67,7 @@ namespace NzbDrone.Common
|
|||
|
||||
exceptionData.Exception = logEvent.Exception;
|
||||
exceptionData.Location = logEvent.LoggerName;
|
||||
exceptionData.Message = logEvent.FormattedMessage;
|
||||
exceptionData.UserId = EnvironmentProvider.UGuid.ToString().Replace("-", string.Empty);
|
||||
|
||||
return ExceptrackDriver.SubmitException(exceptionData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue