This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 1708aa6c53 Fix inconsistent logging
1708aa6c53 is described below
commit 1708aa6c530ca4524a78a123dbb6a734c2582fc5
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 cdc599e2ea..da7ec158cd 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]