1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 20:02:35 +01:00

Merge pull request #363 from solidnerd/add-env-for-logging

Add APP_LOGGING
This commit is contained in:
Dan Brown 2017-04-17 11:46:32 +01:00 committed by GitHub
commit ec7be1b08b

View File

@ -100,7 +100,7 @@ return [
|
*/
'log' => 'single',
'log' => env('APP_LOGGING', 'single'),
/*
|--------------------------------------------------------------------------