liuzejian 1 ano atrás
pai
commit
fa7257fb27
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

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