agielks / yii2-json-log
This package is abandoned and no longer maintained.
The author suggests using the agielks/yii2-log-json package instead.
Convert your yii2 application logs as json and save it to file, redis, or logstash
Package info
github.com/agielks/yii2-json-log
Type:yii2-extension
pkg:composer/agielks/yii2-json-log
1.0.0
2020-05-18 14:55 UTC
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2023-07-31 17:34:43 UTC
README
Convert your yii2 application logs as json and save it to file, redis, or logstash
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist agielks/yii2-json-log "*"
or add
"agielks/yii2-json-log": "*"
to the require section of your composer.json file.