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

Maintainers

Package info

github.com/agielks/yii2-json-log

Type:yii2-extension

pkg:composer/agielks/yii2-json-log

Statistics

Installs: 8 380

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.0.0 2020-05-18 14:55 UTC

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.