-
Type:
New Feature
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 6.8.3
-
Fix Version/s: None
-
Component/s: logback.xml, Logging
-
Labels:
It would be nice to be able to log via GELF from Artifactory straight to a central log server possibly with this library: https://github.com/mp911de/logstash-gelf
It should be as easy as adding these lines to the project pom.xml:
<dependency> <groupId>biz.paluch.logging</groupId> <artifactId>logstash-gelf</artifactId> <version>1.13.0</version> </dependency>