Some log fine tuning.

This commit is contained in:
James Cole
2016-04-08 14:44:53 +02:00
parent dc4665e82a
commit 8116644526
8 changed files with 90 additions and 6 deletions

View File

@@ -108,7 +108,8 @@ return [
|
*/
'log' => env('APP_LOG', 'daily'),
'log' => env('APP_LOG', 'daily'),
'log-level' => env('LOG_LEVEL', 'info'),
/*
|--------------------------------------------------------------------------