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

Correct info about transport protocol in graylogHost #88

Closed arteam closed 9 years ago

arteam commented 9 years ago

By default GelfAppender uses UDP rather then TCP. So, if we want use TCP, we should set it explicitly.

t0xa commented 9 years ago

Cheers!