Change default log type back to single

This commit is contained in:
snipe 2017-11-08 10:58:56 -08:00
parent b567ffdcfe
commit 9b1fb90519

View file

@ -121,7 +121,7 @@ return [
|
*/
'log' => env('APP_LOG', 'daily'),
'log' => env('APP_LOG', 'single'),
/*
|--------------------------------------------------------------------------