hedii / laravel-gelf-logger

A package to send gelf logs to a gelf compatible backend like graylog
MIT License
125 stars 33 forks source link

Added support for TCP transport #10

Closed StefanT123 closed 5 years ago

StefanT123 commented 5 years ago

Sometimes we want to be sure that everything we log is going to be sent, and because UDP is unreliable and we might lost some data, we must use TCP transport.