Browse Source

Merge pull request #4767 from bertheyman/daily-logs-by-default

[5.7] Set logs to daily by default
Taylor Otwell 5 years ago
parent
commit
8e87b147bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -36,7 +36,7 @@ return [
     'channels' => [
         'stack' => [
             'driver' => 'stack',
-            'channels' => ['single'],
+            'channels' => ['daily'],
         ],
 
         'single' => [