[spring-extensions] branch master updated: Turn down logging.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 27 20:12:52 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=b4369476bb01d42b5b4cd029e1c74470b856a919
The following commit(s) were added to refs/heads/master by this push:
new b436947 Turn down logging.
b436947 is described below
commit b4369476bb01d42b5b4cd029e1c74470b856a919
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 27 16:13:45 2020 -0400
Turn down logging.
---
.../ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java b/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java
index 3310f70..59ab875 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java
@@ -65,7 +65,7 @@ public class SchemaTypeAwareBeanDefinitionDocumentReader extends DefaultBeanDefi
return;
}
- logger.info("Resource location [" + location + "] does not exist, delegating to default behavior");
+ logger.debug("Resource location [" + location + "] does not exist, delegating to default behavior");
super.importBeanDefinitionResource(ele);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list