[spring-extensions] branch main updated: Lower logging level.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 27 13:18:19 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=273ff935d47ca5247856951e969f4fd5645537ac
The following commit(s) were added to refs/heads/main by this push:
new 273ff93 Lower logging level.
273ff93 is described below
commit 273ff935d47ca5247856951e969f4fd5645537ac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 27 09:18:16 2020 -0400
Lower logging level.
---
.../java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java b/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java
index 24a4783..6c32c55 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/ApplicationContextBuilder.java
@@ -343,7 +343,7 @@ public class ApplicationContextBuilder {
if (r.exists()) {
return true;
}
- log.warn("Skipping non-existent resource: {}", r);
+ log.info("Skipping non-existent resource: {}", r);
return false;
})
.collect(Collectors.toUnmodifiableList());
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list