Skip to content

Instantly share code, notes, and snippets.

@emir
Created June 26, 2018 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emir/3e4c3b634c6abcb913fc73c3d8b4db81 to your computer and use it in GitHub Desktop.
Save emir/3e4c3b634c6abcb913fc73c3d8b4db81 to your computer and use it in GitHub Desktop.
<?php
use Monolog\Handler\StreamHandler;
return [
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),
'level' => 'debug',
'days' => 7,
'tap' => [App\Loggers\LocalLogger::class],
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment