[java-identity-provider] branch main updated: Bump logging of auto-located property files.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 17 23:03:28 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fb260110396b837d4d6f53b63894f580b43d25e1
The following commit(s) were added to refs/heads/main by this push:
new fb2601103 Bump logging of auto-located property files.
fb2601103 is described below
commit fb260110396b837d4d6f53b63894f580b43d25e1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 17 19:03:25 2022 -0400
Bump logging of auto-located property files.
---
.../idp/spring/IdPPropertiesApplicationContextInitializer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java b/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
index f23d45575..73c72a889 100644
--- a/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
+++ b/idp-core/src/main/java/net/shibboleth/idp/spring/IdPPropertiesApplicationContextInitializer.java
@@ -245,7 +245,7 @@ public class IdPPropertiesApplicationContextInitializer
public boolean test(final Path t, final BasicFileAttributes u) {
if (u.isRegularFile() && t.getFileName().toString().endsWith(".properties")
&& !t.toString().endsWith(IDP_PROPERTIES)) {
- LOG.debug("Including auto-located properties in {}", t);
+ LOG.info("Including auto-located properties in {}", t);
return true;
}
return false;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list