landrain / yii2-log
yii2 log collect with logstash file
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/landrain/yii2-log
This package is not auto-updated.
Last update: 2020-07-30 16:02:03 UTC
README
直接运行
## 配置
在需要配置的log配置中将class替换如下即可:
```
[
'class' => 'landrain\\log\\LogstashFileTarget',
],
```