You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+17-16
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ The default `com.github.exabrial.logback.JmsAppender` will work almost-out-of-th
24
24
</dependency>
25
25
```
26
26
27
-
If you're logging to graylog I suggest you also use the GELF encoder from this project: https://github.com/Moocar/logback-gelf
27
+
If you're logging to Graylog I suggest you also use a GELF encoder:
28
28
29
29
```
30
30
<dependency>
31
-
<groupId>me.moocar</groupId>
31
+
<groupId>de.siegmar</groupId>
32
32
<artifactId>logback-gelf</artifactId>
33
-
<version>0.3</version>
33
+
<version>3.0.0</version>
34
34
<scope>runtime</scope>
35
35
</dependency>
36
36
```
@@ -48,7 +48,7 @@ If you're logging to graylog I suggest you also use the GELF encoder from this p
48
48
49
49
### Example Configuration
50
50
51
-
This configuration uses the GELF encoder mentioned earlier (since I send my logging events to Graylog), but any Logback encoder could be used.
51
+
This configuration uses the GELF encoder mentioned earlier (since I send my logging events to Graylog), but any Logback encoder could be used. Note you should replace `${project.artifactId}` below:
52
52
53
53
```
54
54
<?xml version="1.0" encoding="UTF-8"?>
@@ -58,19 +58,20 @@ This configuration uses the GELF encoder mentioned earlier (since I send my logg
0 commit comments