[java-identity-provider] branch main updated: Remove logging adjusted for testing
Rod Widdowson
rdw at steadingsoftware.com
Sun Aug 17 12:21:05 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw 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=93cb7d2994fe7564a39cac359bd668e99a6632af
The following commit(s) were added to refs/heads/main by this push:
new 93cb7d299 Remove logging adjusted for testing
93cb7d299 is described below
commit 93cb7d2994fe7564a39cac359bd668e99a6632af
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 17 13:21:01 2025 +0100
Remove logging adjusted for testing
---
.../net/shibboleth/idp/installer/impl/InstallerPropertiesImpl.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerPropertiesImpl.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerPropertiesImpl.java
index af4698181..9bd2bcaf8 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerPropertiesImpl.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/InstallerPropertiesImpl.java
@@ -148,7 +148,6 @@ public class InstallerPropertiesImpl {
private void setNoTidy() {
final String noTidy = installerProperties.getProperty(InstallerProperties.NO_TIDY);
tidy = noTidy == null;
- log.info("Notidy = {} tidy={}", noTidy, tidy);
}
/**
@@ -179,7 +178,7 @@ public class InstallerPropertiesImpl {
setNoTidy();
if (!isNoTidy()) {
idpPropertyFile.deleteOnExit();
- log.info("Marked {} for delete on close", idpPropertyFile.getAbsolutePath());
+ log.debug("Marked {} for delete on close", idpPropertyFile.getAbsolutePath());
}
} else {
setNoTidy();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list