This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 3d772819c4 Fix inconsistent logging
3d772819c4 is described below
commit 3d772819c458164934820f421664fab2fd8a93a8
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 6599ac85a1..2e8349348b 100644
--- a/java/org/apache/catalina/core/ContextNamingInfoListener.java
+++ b/java/org/apache/catalina/core/ContextNamingInfoListener.java
@@ -118,7 +118,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]