]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #9 from BookStackApp/master
authorAbijeet Patro <redacted>
Tue, 18 Apr 2017 19:53:21 +0000 (01:23 +0530)
committerGitHub <redacted>
Tue, 18 Apr 2017 19:53:21 +0000 (01:23 +0530)
Get the latest changes.

1  2 
config/app.php

diff --combined config/app.php
index b730e6303041140790330eed6b9dfd31016603e3,e70724dce41c9a135492e7c71f40cc313260b6e1..feab6651c3252706473b2abf67d0dc85ed2b3b40
@@@ -3,7 -3,7 +3,7 @@@
  return [
  
  
 -    'env' => env('APP_ENV', 'production'),
 +    'env' => env('APP_ENV', 'development'),
  
      'editor' => env('APP_EDITOR', 'html'),
  
@@@ -18,7 -18,7 +18,7 @@@
      |
      */
  
 -    'debug' => env('APP_DEBUG', false),
 +    'debug' => env('APP_DEBUG', true),
  
      /*
      |--------------------------------------------------------------------------
      |
      */
  
-     'log' => 'single',
+     'log' => env('APP_LOGGING', 'single'),
  
      /*
      |--------------------------------------------------------------------------