@@ -20,7 +20,7 @@ namespace CallCenterApi.Interface
if (context == null)
return;
var log = LogFactory.GetLogger(context.Controller.ToString());
- log.Error(context.Result);
+ log.Error(context.Exception.ToString());
}