fluent-logger-php
fluent-logger-php copied to clipboard
A structured logger for Fluentd (PHP)
Hi I got this error and i am posting it here as requested, 'type' => 8, 'message' => 'fwrite(): send of 558 bytes failed with errno=104 Connection reset by peer',...
Hi, missing some simple documentation how to use this refactored version, such as this for prev version - http://docs.fluentd.org/articles/php Thanks
Hello, I want to be able to write batch logs (50 items) atomically. Currently, I'm posting logs in foreach loop in batch requests. However, if td agent stops unexpectedly, I...
Benchmarking on 50 users with a 100 loop count, I get far worse results using this vs cURL. Whereas cURL consistently gives me response times of around 10ms total load...
- fwrite returns: ``` FALSE => invalid parameters integer => number of bytes written ``` why i misunderstood fwrite return null string. o.O - fwrite outputs errors: only 1. we...
This dependency In PHP 8.4 now throws deprecation: ``` Fluent\Logger\FluentLogger::__construct(): Implicitly marking parameter $packer as nullable is deprecated, the explicit nullable type must be used instead ``` Recommendation from [PHP...
This change moves the minimum version of PHP to 8 and updates everything to work with 8.4.
In the file **src/Exception.php, line 32** should be updated: `public function __construct(Entity $entity, $message = "", $code = 0, \Exception $previous = null)` to `public function __construct(Entity $entity, $message =...