修改支付记录错误日志的等级(Error)
Code Review By Rock Zhang
Showing
7 changed files
with
7 additions
and
7 deletions
@@ -59,7 +59,7 @@ const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/'; | @@ -59,7 +59,7 @@ const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/'; | ||
59 | const SDK_LOG_FILE_PATH = '/tmp/logs/unionpay/'; | 59 | const SDK_LOG_FILE_PATH = '/tmp/logs/unionpay/'; |
60 | 60 | ||
61 | //日志级别 | 61 | //日志级别 |
62 | -const SDK_LOG_LEVEL = 6; | 62 | +const SDK_LOG_LEVEL = 4; // 记录错误日志 |
63 | 63 | ||
64 | 64 | ||
65 | 65 |
@@ -52,7 +52,7 @@ const SDK_BACK_NOTIFY_URL = 'http://pay.test.yohobuy.com/notify/unionpaywebnotic | @@ -52,7 +52,7 @@ const SDK_BACK_NOTIFY_URL = 'http://pay.test.yohobuy.com/notify/unionpaywebnotic | ||
52 | const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/'; | 52 | const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/'; |
53 | 53 | ||
54 | //日志 目录 | 54 | //日志 目录 |
55 | -const SDK_LOG_FILE_PATH = '/tmp/unionpay/logs/'; | 55 | +const SDK_LOG_FILE_PATH = '/tmp/logs/unionpay/'; |
56 | 56 | ||
57 | //日志级别 | 57 | //日志级别 |
58 | const SDK_LOG_LEVEL = 2; | 58 | const SDK_LOG_LEVEL = 2; |
-
Please register or login to post a comment