mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
updated package.bat to not include the automation folder.
This commit is contained in:
parent
c9fcde3bbb
commit
c702944d46
3 changed files with 5 additions and 3 deletions
|
@ -65,7 +65,7 @@ namespace NzbDrone.Common
|
|||
report.Stack = logEvent.Exception.StackTrace;
|
||||
report.ExceptionMessage = logEvent.Exception.Message;
|
||||
report.Logger = logEvent.LoggerName;
|
||||
report.Type = logEvent.Exception.GetType().Name;
|
||||
report.Type = logEvent.Exception.GetType().FullName;
|
||||
|
||||
RestProvider.PostData(EXCEPTION_URL, report);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue