X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FKafkaHandler.php;h=6670fe932d37024c9c642e4cf81a2cdabe787de7;hp=432a9e1490bb751d422a86424133732d1b647a79;hb=22806b0a4509e97b56fb52b387e17e3c80fb7eb2;hpb=fe79bc528b0e054aa630bd4fcfcdd4a9804892da diff --git a/includes/debug/logger/monolog/KafkaHandler.php b/includes/debug/logger/monolog/KafkaHandler.php index 432a9e1490..6670fe932d 100644 --- a/includes/debug/logger/monolog/KafkaHandler.php +++ b/includes/debug/logger/monolog/KafkaHandler.php @@ -33,12 +33,12 @@ use Psr\Log\LoggerInterface; * * Constructor options array arguments: * * alias: map from monolog channel to kafka topic name. When no - * alias exists the topic "monolog_$channel" will be used. + * alias exists the topic "monolog_$channel" will be used. * * swallowExceptions: Swallow exceptions that occur while talking to - * kafka. Defaults to false. + * kafka. Defaults to false. * * logExceptions: Log exceptions talking to kafka here. Either null, - * the name of a channel to log to, or an object implementing - * FormatterInterface. Defaults to null. + * the name of a channel to log to, or an object implementing + * FormatterInterface. Defaults to null. * * Requires the nmred/kafka-php library, version >= 1.3.0 *