[java-identity-provider] branch master updated: IDP-1631 - Setting idp.logfiles property in idp.properties is ignored
Scott Cantor
cantor.2 at osu.edu
Tue Jun 30 00:07:20 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5afbe7768669e1a8ef69b14bbba588c9370fc971
The following commit(s) were added to refs/heads/master by this push:
new 5afbe7768 IDP-1631 - Setting idp.logfiles property in idp.properties is ignored
5afbe7768 is described below
commit 5afbe7768669e1a8ef69b14bbba588c9370fc971
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 29 20:07:07 2020 -0400
IDP-1631 - Setting idp.logfiles property in idp.properties is ignored
https://issues.shibboleth.net/jira/browse/IDP-1631
---
idp-conf/src/main/resources/conf/logback.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/logback.xml b/idp-conf/src/main/resources/conf/logback.xml
index 2b7677029..730f583bc 100644
--- a/idp-conf/src/main/resources/conf/logback.xml
+++ b/idp-conf/src/main/resources/conf/logback.xml
@@ -14,7 +14,7 @@
<!-- Location and retention. -->
- <variable name="idp.logfiles" value="${idp.home}/logs" />
+ <variable name="idp.logfiles" value="${idp.logfiles:-${idp.home}/logs}" />
<variable name="idp.loghistory" value="${idp.loghistory:-180}" />
<!-- Much higher performance if you operate on DEBUG. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list