FIX: notice logs
This commit is contained in:
@ -80,7 +80,7 @@ return [
|
||||
} elseif ($handlerData['handler'] === Monolog\Handler\RedisHandler::class) {
|
||||
$params = [
|
||||
$container->get(Predis\ClientInterface::class),
|
||||
$handlerData['name']
|
||||
"logs:{$handlerData['name']}"
|
||||
];
|
||||
$handler = new $handlerData['handler'](...$params);
|
||||
}
|
||||
|
Reference in New Issue
Block a user