Closed danieljamesscott closed 10 years ago
It would be useful to have another configuration option to override the name of the sending host. Currently, it uses getLocalHostName(), I would like to override this value using a configuration option:
https://github.com/Moocar/logback-gelf/blob/master/src/main/java/me/moocar/logbackgelf/GelfAppender.java#L96
Is this possible?
Sounds like a great idea. Send a PR over and i'll merge it in.
OK, I don't have any code yet, but I'll have a go. :)
It would be useful to have another configuration option to override the name of the sending host. Currently, it uses getLocalHostName(), I would like to override this value using a configuration option:
https://github.com/Moocar/logback-gelf/blob/master/src/main/java/me/moocar/logbackgelf/GelfAppender.java#L96
Is this possible?