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

Feature/specify custom ssl settings #34

Closed lenmen closed 2 years ago

lenmen commented 2 years ago

Now you can configure the ssl options in a TCP request and uses our own settings in the configuration of gelf. I have added some tests to make the results clear and updated the the config example in readme.MD to make it clear.

hedii commented 2 years ago

@lenmen thanks for this PR.

I have also added ssl for the http transport, because why not :)