Hint for lenient log stacks

This commit is contained in:
Propaganistas
2019-01-25 21:30:35 +01:00
committed by GitHub
parent 1f0640f99d
commit 217cbde378

View File

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