You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/03/25 08:45:39 UTC

syncope git commit: [SYNCOPE-815] Use

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 755bb2a55 -> d49f45bfa


[SYNCOPE-815] Use


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d49f45bf
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d49f45bf
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d49f45bf

Branch: refs/heads/1_2_X
Commit: d49f45bfaea839aa4c43f44ec1246730b8e80b01
Parents: 755bb2a
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 25 08:45:31 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 25 08:45:31 2016 +0100

----------------------------------------------------------------------
 standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d49f45bf/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 41e0fce..6c97f60 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -43,7 +43,7 @@ under the License.
 
   <properties>
     <connid.location>connid://${testconnectorserver.key}@localhost:${testconnectorserver.port}</connid.location>
-    <log.directory>./logs</log.directory>
+    <log.directory>${sys:catalina.home}/logs</log.directory>
 
     <work.dir>${project.build.directory}/standalone</work.dir>
   </properties>