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: cf-java-logging-support-servlet/src/main/java/com/sap/hcp/cf/logging/servlet/filter/DynamicLogLevelFilter.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,9 @@
27
27
* Setup and processing of these tokens can be changed with own implementations
28
28
* of {@link DynamicLogLevelConfiguration} and {@link DynamicLogLevelProcessor}.
29
29
* For integration provide a subclass of {@link DynamicLogLevelFilter} and
30
-
* overwrite {@link DynamicLogLevelFilter#getDynLogConfiguration()} and
31
-
* {@link DynamicLogLevelFilter#getDynLogLevelProcessor()}. Alternatively you
32
-
* can use the different constructors to provide a custom configuration and
33
-
* processor
30
+
* overwrite {@link DynamicLogLevelFilter#getConfiguration()} and
31
+
* {@link DynamicLogLevelFilter#getProcessor()}. Alternatively you can use the
32
+
* different constructors to provide a custom configuration and processor
Copy file name to clipboardExpand all lines: cf-java-logging-support-servlet/src/main/java/com/sap/hcp/cf/logging/servlet/filter/RequestLoggingFilter.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
* a default constructor to support web.xml configuration. You can customize the
29
29
* filter by creating your own subclass of {@link CompositeFilter} and mix and
30
30
* match any of the provided filters and add your own implementation:
31
+
* </p>
31
32
* <ul>
32
33
* <li>{@link AddVcapEnvironmentToLogContextFilter} provide application metadata
33
34
* (app_id, app_name, ...) from environment</li>
@@ -40,7 +41,7 @@
40
41
* <li>{@link GenerateRequestLogFilter} instruments the request to generate the
0 commit comments