t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
185 stars 117 forks source link

Creates deb package as part of build #98

Open gehel opened 8 years ago

gehel commented 8 years ago

This creates a minimal .deb package that could be used to deploy just this jar to the system. This should help in deploying gelfj outside of java packaging. In my case, the goal is to deploy it to our elastic search cluster, which is itself deployed as a .deb.

I'd love to have this packaging done upstream and not create specific packages for our use case. Let me know...