mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
Allow overriding the routing key in AMQPHandler, fixes #874
This commit is contained in:
@@ -111,7 +111,7 @@ class AmqpHandler extends AbstractProcessingHandler
|
||||
* @param array $record
|
||||
* @return string
|
||||
*/
|
||||
private function getRoutingKey(array $record)
|
||||
protected function getRoutingKey(array $record)
|
||||
{
|
||||
$routingKey = sprintf(
|
||||
'%s.%s',
|
||||
|
Reference in New Issue
Block a user