mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 11:47:38 +02:00
Fix content_type property
The property "Content-type" does not exist. Use "content_type" instead. Work for RabbitMQ.
This commit is contained in:
@@ -65,7 +65,7 @@ class AmqpHandler extends AbstractProcessingHandler
|
|||||||
0,
|
0,
|
||||||
array(
|
array(
|
||||||
'delivery_mode' => 2,
|
'delivery_mode' => 2,
|
||||||
'Content-type' => 'application/json',
|
'content_type' => 'application/json',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user