t0xa / gelfj

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

Improving mapping of JBoss log levels #66

Closed nilspreusker closed 10 years ago

nilspreusker commented 10 years ago

Hi, we're using your gelf module to connect our JBoss AS 7 to a graylog server. Since we had some issues with the log levels (ERROR was treated as DEBUG etc.), we decided to add some log-level matching that supports the JBoss log levels. In case you are interested in those changes, here's the pull request.

(sorry, I also did some re-formatting... I know that doesn't make it easier to read the diff but I don't have time to change it now...)

Cheers! Nils

maedox commented 10 years ago

I see there's a build failure, but does this actually work @nilspreusker? Could you send me a working .jar for JBoss AS 7?

nilspreusker commented 10 years ago

Hey, you can have a look at my fork (https://github.com/nilspreusker/gelfj) and build it with "mvn clean package". Github doesn't allow to attach a .jar here.

nilspreusker commented 10 years ago

As far as I can see I can't close this pull request but since nobody seems to be interested in merging, maybe someone with sufficient rights on this repo could reject+close it.

nilspreusker commented 10 years ago

Ah, I can close it :)