mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Log message is now included with exception log.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user