Use single logs by default.

This commit is contained in:
Taylor Otwell 2015-03-27 10:38:03 -05:00
parent 84028d4981
commit 3516f4f677
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
|
*/
'log' => 'daily',
'log' => 'single',
/*
|--------------------------------------------------------------------------