This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tracer.git
The following commit(s) were added to refs/heads/master by this push:
new 891f79b Fix javadoc issues
891f79b is described below
commit 891f79b26e4bf85ddffa5579d3fec9bd498e80c8
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Wed Jan 3 16:45:31 2018 +0530
Fix javadoc issues
---
src/main/java/org/apache/sling/tracer/internal/LogTracer.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/sling/tracer/internal/LogTracer.java
b/src/main/java/org/apache/sling/tracer/internal/LogTracer.java
index b474a3b..459f521 100644
--- a/src/main/java/org/apache/sling/tracer/internal/LogTracer.java
+++ b/src/main/java/org/apache/sling/tracer/internal/LogTracer.java
@@ -62,7 +62,7 @@ import static
org.apache.sling.tracer.internal.Util.trimToNull;
* Tracer provides support for enabling the logs for specific category at
specific level and
* only for specific request. It provides a very fine level of control via
config provided
* as part of HTTP request around how the logging should be performed for
given category.
- * <p/>
+ *
* This is specially useful for those parts of the system which are involved
in every request.
* For such parts enabling the log at global level would flood the logs and
create lots of noise.
* Using Tracer one can enable log for that request which is required to be
probed
@@ -78,7 +78,6 @@ public class LogTracer {
/**
* Request param used to determine tracer config as part of request
itself. Like
- * <p/>
* org.apache.sling;level=trace,org.apache.jackrabbit
*/
public static final String PARAM_TRACER_CONFIG = "tracerConfig";
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].