fluent / fluent-logger-php

A structured logger for Fluentd (PHP)
Other
215 stars 57 forks source link

'message' => 'fwrite(): send of 123 bytes failed with errno=110 Connexion terminée par expiration du délai d\'attente', #58

Open genseb13011 opened 5 years ago

genseb13011 commented 5 years ago

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