fluent-logger-php
fluent-logger-php copied to clipboard
A structured logger for Fluentd (PHP)
When submit a new request to a offline fluent server, got an exception but that exception never show an error message becouse on file vendor/fluent/logger/src/FluentLogger.php:328 the function $errors = error_get_last();...
## Call for New Maintainers Hello Community, First of all, we apologize for recent inactivity. We (@travail and I ) have decided to step down as maintainers. As a matter...
Looking to error handling in case when \Fluent\Logger\FluentLogger::write() returns 0, this call: https://github.com/fluent/fluent-logger-php/blob/8a6f67901a71b3b1a844ce86769bf83ea7c99942/src/FluentLogger.php#L427 gets last php error and it can not be related to write() method only. Therefore I suggest...
Psr 3 logger documentation: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md
This problem was costing me some time to find that only string indicies in the array are allowed: ``` /** * send a message to specified fluentd. * * @param...
Hi, I'm encountering following error message several times: unhandled error detected. please report this issue to http://github.com/fluent/fluent-logger-php/issues: array ( 'type' => 8, 'message' => 'fwrite(): send of 123 bytes failed...
The current timestamp is enforced to be an integer, thus leading to a maximum time resolution of 1 second. Even when passed as an argument in the `Entity` constructor, it...
Hi, We have a problem with the fluentd-logger-php class. Sometimes it goes in error (we haven't realize yet why, but we think it could be a socket connection error) and...