Log message is now included with exception log.

This commit is contained in:
kay.one 2012-04-22 19:35:55 -07:00
commit 30358de9f4
9 changed files with 5 additions and 7 deletions

View file

@ -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);