Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2016-04-25 16:51:09 +0800
Commit
7ee41ad20cd439f2347d018e85e3b0d9c06a1055
1 parent
93d38b0a
修改支付记录错误日志的等级(Error)
Code Review By Rock Zhang
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
library/WebPlugin/Pay/Alibank/Config.php
library/WebPlugin/Pay/Alipay/Config.php
library/WebPlugin/Pay/Shengpay/Config.php
library/WebPlugin/Pay/Tenpay/Config.php
library/WebPlugin/Pay/Unionpayweb/conf/release/SDKConfig.php
library/WebPlugin/Pay/Unionpayweb/conf/test/SDKConfig.php
library/WebPlugin/Pay/Wechatqrcode/Config.php
library/WebPlugin/Pay/Alibank/Config.php
View file @
7ee41ad
...
...
@@ -86,6 +86,6 @@ class Config
/**
* @var int 日志等级
*/
var
$logLevel
=
6
;
var
$logLevel
=
4
;
// 记录错误日志
}
...
...
library/WebPlugin/Pay/Alipay/Config.php
View file @
7ee41ad
...
...
@@ -89,5 +89,5 @@ class Config
/**
* @var string 日志等级
*/
var
$logLevel
=
'/tmp/logs/alipay'
;
var
$logLevel
=
4
;
// 记录错误日志
}
\ No newline at end of file
...
...
library/WebPlugin/Pay/Shengpay/Config.php
View file @
7ee41ad
...
...
@@ -117,5 +117,5 @@ class Config
/**
* @var string 日志等级
*/
var
$logLevel
=
'/tmp/logs/shengpay'
;
var
$logLevel
=
4
;
// 记录错误日志
}
\ No newline at end of file
...
...
library/WebPlugin/Pay/Tenpay/Config.php
View file @
7ee41ad
...
...
@@ -63,5 +63,5 @@ class Config
/**
* @var string 日志等级
*/
var
$logLevel
=
'/tmp/logs/tenpay'
;
var
$logLevel
=
4
;
// 记录错误日志
}
\ No newline at end of file
...
...
library/WebPlugin/Pay/Unionpayweb/conf/release/SDKConfig.php
View file @
7ee41ad
...
...
@@ -59,7 +59,7 @@ const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/';
const
SDK_LOG_FILE_PATH
=
'/tmp/logs/unionpay/'
;
//日志级别
const
SDK_LOG_LEVEL
=
6
;
const
SDK_LOG_LEVEL
=
4
;
// 记录错误日志
...
...
library/WebPlugin/Pay/Unionpayweb/conf/test/SDKConfig.php
View file @
7ee41ad
...
...
@@ -52,7 +52,7 @@ const SDK_BACK_NOTIFY_URL = 'http://pay.test.yohobuy.com/notify/unionpaywebnotic
const
SDK_FILE_DOWN_PATH
=
'/tmp/unionpay/files/'
;
//日志 目录
const
SDK_LOG_FILE_PATH
=
'/tmp/
unionpay/logs
/'
;
const
SDK_LOG_FILE_PATH
=
'/tmp/
logs/unionpay
/'
;
//日志级别
const
SDK_LOG_LEVEL
=
2
;
...
...
library/WebPlugin/Pay/Wechatqrcode/Config.php
View file @
7ee41ad
...
...
@@ -24,5 +24,5 @@ class Config
/**
* @var string 日志等级
*/
var
$logLevel
=
'/tmp/logs/wechatqrcode'
;
var
$logLevel
=
4
;
// 记录错误日志
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment