[java-identity-provider] branch master updated: Fix an accidental commit.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 25 08:10:57 EDT 2019
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=0cafaa367d969beaeb8ead62786889242afc6085
The following commit(s) were added to refs/heads/master by this push:
new 0cafaa3 Fix an accidental commit.
0cafaa3 is described below
commit 0cafaa367d969beaeb8ead62786889242afc6085
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 25 08:10:52 2019 -0400
Fix an accidental commit.
---
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 e8f2f17..eeaecf4 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="H:/Perforce/Juno/New/java-identity-provider/logs}" />
+ <variable name="idp.logfiles" value="${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