On Feb 4, 2009, at 6:31 AM, Frank Otto wrote:
Thanks for the hint. But how can I disable the statistic component?
I don't need it.
In the trunk, there are properties. This will turn it off in
override.properties:
portal.statistics.logToLogger = false
portal.statistics.logToDatabase = false
as well as audit logging:
portal.audit.enable = false
For version 2.1.3:
edit the WEB-INF/assembly/statistics.xml:
change constructor arg 1 for Portal Statistics to false:
<constructor-arg index='1' type="boolean"><value>false</
value></constructor-arg>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]