Index: config/logging.php
===================================================================
--- config/logging.php	(revision cbd482bdff45d3e6417629347067e6dc53ced0a8)
+++ config/logging.php	(revision 51b783f6382db6ae7f4cb1e4a474008f15226018)
@@ -18,5 +18,5 @@
     */
 
-    'default' => env('LOG_CHANNEL', 'stack'),
+//    'default' => env('LOG_CHANNEL', 'stack'),
 
     /*
@@ -35,16 +35,27 @@
     */
 
-    'channels' => [
-        'stack' => [
-            'driver' => 'stack',
-            'channels' => ['single'],
-            'ignore_exceptions' => false,
-        ],
+//    'channels' => [
+//        'stack' => [
+//            'driver' => 'stack',
+//            'channels' => ['single'],
+//            'ignore_exceptions' => false,
+//        ],
+//
+//        'single' => [
+//            'driver' => 'single',
+//            'path' => storage_path('logs/laravel.log'),
+//            'level' => env('LOG_LEVEL', 'debug'),
+//        ],
 
-        'single' => [
-            'driver' => 'single',
-            'path' => storage_path('logs/laravel.log'),
-            'level' => env('LOG_LEVEL', 'debug'),
-        ],
+        'default' => env('LOG_CHANNEL', 'stack'),
+        'channels' => [
+            'stack' => [
+                'driver' => 'stack',
+                'channels' => ['single'],
+            ],
+            'single' => [
+                'driver' => 'errorlog',
+                'level' => 'debug',
+            ],
 
         'daily' => [
