]> _ Git - psq.git/commitdiff
Update logging.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 22 Sep 2020 13:10:19 +0000 (15:10 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 22 Sep 2020 13:10:19 +0000 (15:10 +0200)
config/logging.php

index 088c204e29942a941c9cbfb8dadb44671a5b1814..a20402898ca79afb96916c27be61ac99b976ceb6 100644 (file)
@@ -37,7 +37,7 @@ return [
     'channels' => [
         'stack' => [
             'driver' => 'stack',
-            'channels' => ['single'],
+            'channels' => ['daily'],
             'ignore_exceptions' => false,
         ],