landrain/yii2-log

There is no license information available for the latest version (1.0.1) of this package.

yii2 log collect with logstash file

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

1.0.1 2019-02-14 06:56 UTC

This package is not auto-updated.

Last update: 2020-07-30 16:02:03 UTC


README

直接运行


## 配置

在需要配置的log配置中将class替换如下即可:
```
        [
            'class'   => 'landrain\\log\\LogstashFileTarget',
        ],
```