[java-identity-provider] branch master updated: Fix accidental commit.

Scott Cantor cantor.2 at osu.edu
Mon Jun 29 22:38:12 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=096d0645b2b9c1c1fb73fb11be99da0882015d08

The following commit(s) were added to refs/heads/master by this push:
       new  096d0645b Fix accidental commit.
096d0645b is described below

commit 096d0645b2b9c1c1fb73fb11be99da0882015d08
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 29 18:38:00 2020 -0400

    Fix 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 7b28be1ea..2b7677029 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="c:/users/rdw/desktop/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