zhoufan %!s(int64=4) %!d(string=hace) años
padre
commit
c1aeea776a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CallCenterCommon/CallCenter.Utility/Http/HttpMethods.cs

+ 1 - 1
CallCenterCommon/CallCenter.Utility/Http/HttpMethods.cs

@@ -63,7 +63,7 @@ namespace CallCenter.Utility
63 63
             }
64 64
             catch (Exception ex)
65 65
             {
66
-                LogFactory.GetLogger("HttpPost").Error(ex.ToString());
66
+                LogFactory.GetLogger("HttpPost").Error(url + "\r\n" + param + "\r\n" + ex.ToString());
67 67
             }
68 68
             finally
69 69
             {