mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#18633: Displaying full stack trace of logged exceptions
Work Item: 18633 --HG-- branch : 1.x
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Orchard.Exceptions {
|
||||
return false;
|
||||
}
|
||||
|
||||
Logger.Error(exception.Message);
|
||||
Logger.Error(exception, "An unexpected exception was caught");
|
||||
|
||||
do {
|
||||
RaiseNotification(exception);
|
||||
|
Reference in New Issue
Block a user