We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analyzerDetail查询日志级别时检测了日志内容里的日志级别关键字,如查询ERROR级别日志,理想状态下出来 2018-08-24 17:30:04 | ERROR ,实际上出来了2018-08-24 17:30:04 | DEBUG级别的错误,日志内容如下: 2018-08-24 17:30:04 | DEBUG | 26109 | 5b7fd01cb7839 | 1535103004.818 | 构建模版消息结果 | 日志信息: object(moduls\wechat\model\QrCodeData)#147 (4) { ["sceneType"]=> int(1) ["data"]=> array(3) { ["bti"]=> int(1128) ["cti"]=> string(1) "3" ["ctn"]=> string(1) "3" } ["eventKey"]=> string(48) "{"typ":1,"dat":{"bti":1128,"cti":"3","ctn":"3"}}" ["error":"moduls\wechat\model\QrCodeData":private]=> bool(false) }
调用过程: [ (1) { file:/data/release/nhns/20180823-012731/application/wechat/controller/WechatController.php,line:97,function:debug } (2) { file:/data/release/nhns/20180823-012731/application/wechat/controller/WechatController.php,line:72,function:scanEvent } (3) { file:/data/release/nhns/20180823-012731/application/wechat/controller/WechatController.php,line:29,function:event } ]
日志详情里面包含: ["error":"moduls\wechat\model\QrCodeData":private]=> 导致错误
The text was updated successfully, but these errors were encountered:
Fixed SeasX#228
53cff65
d24212d
21b597f
8b3fe78
Fixed #228 stack smashing detected
afdd961
aiwhj
No branches or pull requests
analyzerDetail查询日志级别时检测了日志内容里的日志级别关键字,如查询ERROR级别日志,理想状态下出来 2018-08-24 17:30:04 | ERROR ,实际上出来了2018-08-24 17:30:04 | DEBUG级别的错误,日志内容如下:
2018-08-24 17:30:04 | DEBUG | 26109 | 5b7fd01cb7839 | 1535103004.818 | 构建模版消息结果 |
日志信息:
object(moduls\wechat\model\QrCodeData)#147 (4) {
["sceneType"]=>
int(1)
["data"]=>
array(3) {
["bti"]=>
int(1128)
["cti"]=>
string(1) "3"
["ctn"]=>
string(1) "3"
}
["eventKey"]=>
string(48) "{"typ":1,"dat":{"bti":1128,"cti":"3","ctn":"3"}}"
["error":"moduls\wechat\model\QrCodeData":private]=>
bool(false)
}
调用过程:
[
(1) { file:/data/release/nhns/20180823-012731/application/wechat/controller/WechatController.php,line:97,function:debug }
(2) { file:/data/release/nhns/20180823-012731/application/wechat/controller/WechatController.php,line:72,function:scanEvent }
(3) { file:/data/release/nhns/20180823-012731/application/wechat/controller/WechatController.php,line:29,function:event }
]
日志详情里面包含: ["error":"moduls\wechat\model\QrCodeData":private]=> 导致错误
The text was updated successfully, but these errors were encountered: