Merge pull request #6491 from pixelfed/shleeable-patch-5

Update logging.php to default to `daily` via stack
pull/6524/head
dansup 2 months ago committed by GitHub
commit d2d16b17a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save