Skip to content

Commit 1957334

Browse files
committed
Merge pull request #2 from procreativeeu/bug-fix
"log_file" option bug fix
2 parents 02c367e + 912faf7 commit 1957334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function __construct(array $config = [])
7777

7878
if ($config->get('batching') == 'file') {
7979
$this->getEmitter()->attach(new BatchFileSubscriber([
80-
'log_file' => $config->get('log_file')
80+
'filename' => $config->get('log_file')
8181
]));
8282
}
8383
}

0 commit comments

Comments
 (0)