Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r693 - branches/opensource

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r693 - branches/opensource


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r693 - branches/opensource
  • Date: Thu, 31 Jan 2008 12:24:33 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus AT PSI.CH
Date: Thu Jan 31 12:24:33 2008
New Revision: 693

Log:
Set logging level for local and test servers to ALL

Modified:
branches/opensource/local-server.xml

Modified: branches/opensource/local-server.xml
==============================================================================
--- branches/opensource/local-server.xml (original)
+++ branches/opensource/local-server.xml Thu Jan 31 12:24:33 2008
@@ -91,6 +91,8 @@
java.util.logging.FileHandler.limit = 0
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler.append = false
+ .level = ALL
+ dms.level = ALL
</echo>
</target>

@@ -150,7 +152,7 @@
<fileset refid="idok.libs.server" />
</classpath>

- <sysproperty key="java.util.logging.config.file"
value="${idok.basedir}/scripts/admin/test_server/logging.conf" />
+ <sysproperty key="java.util.logging.config.file"
value="${server.log.dir}/logging.conf" />
<sysproperty key="ch.psi.dms.server.projectRoot"
value="${server.project.root.dir}" />
<sysproperty key="derby.system.home"
value="${server.authzn.db.dir}" />
<sysproperty
key="ch.psi.dms.service.admin.backup.dir"
value="${server.authzn.db.backup.dir}" />



  • [idok-commit] idok commit r693 - branches/opensource, Apache, 01/31/2008

Archive powered by MHonArc 2.6.19.

Top of Page