You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2015/02/02 22:19:38 UTC

svn commit: r1656579 - /uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: degenaro
Date: Mon Feb  2 21:19:38 2015
New Revision: 1656579

URL: http://svn.apache.org/r1656579
Log:
UIMA-4211 DUCC Web Server (WS) enable request logging

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1656579&r1=1656578&r2=1656579&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Mon Feb  2 21:19:38 2015
@@ -212,7 +212,7 @@ ducc.ws.login.enabled = false
 ducc.ws.visualization.strip.domain = true
 # Optionally configure the webserver request log, default is 0 (meaning no request logging)
 # Logs are written to DUCC_HOME/logs/webserver
-ducc.ws.requestLog.RetainDays = 90
+ducc.ws.requestLog.RetainDays = 30
 
 # ========== Web Server Configuration block ==========