Commit cf8309c 1 parent c5bf1de commit cf8309c Copy full SHA for cf8309c
File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,35 @@ This is what a logback.xml might look like:
45
45
This setup uses an asynchronous wrapper to deal with log shipping on another thread
46
46
and has some sensible options for dealing with buffer management. [ Read more here] ( https://logback.qos.ch/manual/appenders.html#AsyncAppender )
47
47
48
+ ## Get it using Maven
49
+
50
+ 1 . Add a link to this project's repository in your pom
51
+
52
+ ` project > repositories > `
53
+
54
+ <repository>
55
+ <snapshots>
56
+ <enabled>false</enabled>
57
+ </snapshots>
58
+ <id>bintray-robshep-oss</id>
59
+ <name>bintray</name>
60
+ <url>http://dl.bintray.com/robshep/oss</url>
61
+ </repository>
62
+
63
+ 2 . Add the dependency
64
+
65
+ ` project > dependencies > `
66
+
67
+ <dependency>
68
+ <groupId>net._95point2.utils</groupId>
69
+ <artifactId>logback-logdna</artifactId>
70
+ <version>1.0.0</version>
71
+ </dependency>
72
+
73
+ #### Or, plain ol' download
74
+
75
+ Or just download the Jar and it's dependencies from https://github.com/robshep/logback-logdna/releases
76
+
48
77
## Configure
49
78
50
79
You can go to town on most other logback configurations but the LogDNA only has a couple of settings
You can’t perform that action at this time.
0 commit comments