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 with errno=110 Connexion terminée par expiration du délai d'attente',
'file' => '/home/production/fr/libPartage/FluentLogger/FluentLogger.php',
'line' => 432,
)
Connexion terminée par expiration du délai d'attente means "connection terminated by timeout expiration"
Is there a way to deal with this kind of error? Setting connection retries?
Thanks