This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 226ecd94f5 Fix inconsistent logging
226ecd94f5 is described below
commit 226ecd94f5a2f78e9563bb780449ca730bff24a2
Author: remm <[email protected]>
AuthorDate: Thu May 21 10:40:15 2026 +0200
Fix inconsistent logging
---
java/org/apache/catalina/core/ContextNamingInfoListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/core/ContextNamingInfoListener.java
b/java/org/apache/catalina/core/ContextNamingInfoListener.java
index 30331c93c6..4c5e9913a7 100644
--- a/java/org/apache/catalina/core/ContextNamingInfoListener.java
+++ b/java/org/apache/catalina/core/ContextNamingInfoListener.java
@@ -117,7 +117,7 @@ public class ContextNamingInfoListener implements
LifecycleListener {
ce.setType("java.lang.String");
ce.setValue(value);
if (log.isDebugEnabled()) {
- log.info(sm.getString("contextNamingInfoListener.envEntry", name,
value));
+ log.debug(sm.getString("contextNamingInfoListener.envEntry", name,
value));
}
context.getNamingResources().addEnvironment(ce);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]