1
0
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:
Jean-Baptiste Nahan
2016-03-08 13:24:58 +01:00
parent 0c87c8f5e7
commit f64f601676

View File

@@ -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 {