Details
-
Improvement
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
1.0.0, 2.0.0-alpha
-
None
-
None
-
None
Description
The following logs the DT parameter at the tracing log level, we shouldn't. Credit to Todd for noticing this.
if (LOG.isTraceEnabled()) { LOG.trace("HTTP " + op.getValue().getType() + ": " + op + ", " + path + ", ugi=" + ugi + ", " + username + ", " + doAsUser + Param.toSortedString(", ", parameters)); }