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

Allow overriding of system name from config #9

Closed joergbasedow closed 5 years ago

joergbasedow commented 5 years ago

Since docker containers often have the container ID as host name and the same containers are deployed on several environments, it should be possible to override it, so that messages can be filtered by "source" in Graylog.

hedii commented 5 years ago

Thanks. I updated the name of the new config key, according to Laravel snake_case in config files.