majesko/logger

Extended laravel logger with pseudo channels that are based on monolog handlers

2.0.0 2017-07-17 13:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:27:19 UTC


README

Installation steps

  1. Add to composer required section "majesko/logger": "1.0.*"
  2. Add LoggerServiceProvider into service provider section of app.php
  3. Publish config file with command php artisan vendor:publish --tag="logger"
  4. Uncomment or needed channels in logger.php

Useful parameters

"app_tag" is used to tag source of logs, for example in elasticsearch

"global" uses to mark application-wide log channels

##Handler variants:

"StreamWrapper" is for single file logs

"RotatingFileWrapper" is for per-day logs, so you need to configure rotation options

Formatters

Logger use plain monolog formatters