We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c367e + 912faf7 commit 1957334Copy full SHA for 1957334
src/Client.php
@@ -77,7 +77,7 @@ public function __construct(array $config = [])
77
78
if ($config->get('batching') == 'file') {
79
$this->getEmitter()->attach(new BatchFileSubscriber([
80
- 'log_file' => $config->get('log_file')
+ 'filename' => $config->get('log_file')
81
]));
82
}
83
0 commit comments