yii2-extension yii2-ali-log
push Syslog to aliyun
alilog/yii2-ali-log
push Syslog to aliyun
- Friday, January 6, 2017
- by joystrong
- Repository
- 3 Watchers
- 4 Stars
- 19 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
AliLogstoreTarget
将yii日志收集到阿里云日志服务, (*1)
Configuration
打开config/web.php或main.php,配置如下, (*2)
return [
//....
'components' => [
'log' => [
'targets' => [
'class' => 'wsy\log\AliLogTarget',
'endpoint' =>'节点',
'accessKeyId' => '阿里云访问秘钥AccessKeyId',
'accessKey' => '阿里云访问秘钥AccessKeySecret',
'project' => '项目名称',
'logstore' => '日志库名称',
]
]
]
];
dev-master
9999999-dev
push Syslog to aliyun
Sources
Download
MIT
The Requires
by
wsy
v1.0.x-dev
1.0.9999999.9999999-dev
push Syslog to aliyun
Sources
Download
MIT
The Requires
by
wsy
v1.0
1.0.0.0
push Syslog to aliyun
Sources
Download
MIT
The Requires
by
wsy