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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ The instrumentation part is currently focusing on providing [request filters for
14
14
15
15
## Features and dependencies
16
16
17
-
As you can see from the structure of this repository, we're not providing one *uber* JAR that contains everything, but provide each feature separately. We also try to stay away from wiring up too many dependencies by tagging almost all of them as *provided.* As a consequence, it's your task to get all runtime dependencies resolved in your application POM file.
17
+
As you can see from the structure of this repository, we're not providing one *uber* JAR that contains everything, but provide each feature separately. We also try to stay away from wiring up too many dependencies by tagging almost all of them as *provided.* As a consequence, it's your task to get all runtime dependencies resolved in your application POM file.
18
18
19
19
All in all, you should do the following:
20
20
21
-
* make up your mind which features you actually need,
22
-
* adjust your Maven dependencies accordingly,
21
+
* make up your mind which features you actually need,
22
+
* adjust your Maven dependencies accordingly,
23
23
* pick your favorite logging implementation, and
24
24
* adjust your logging configuration accordingly.
25
25
@@ -39,7 +39,7 @@ This feature only depends on the servlet API which you have included in your POM
39
39
40
40
The *core* feature (on which all other features rely) is just using the `org.slf4j` API, but to actually get logs written, you need to pick an implementation feature. As stated above, we have two implementations
41
41
42
-
*`cf-java-logging-support-logback` based on [logback](http://logback.qos.ch/), and
42
+
*`cf-java-logging-support-logback` based on [logback](http://logback.qos.ch/), and
43
43
*`cf-java-logging-support-log4j2` based on [log4j2](http://logging.apache.org/log4j/2.x/).
44
44
45
45
Again, we don't include dependencies to those implementation backends ourselves, so you need to provide the corresponding dependencies in your POM file:
@@ -91,7 +91,7 @@ Here are sort of the minimal configurations you'd need:
0 commit comments