12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: logsv
- (C) Copyright IBM Corp. 2003, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="logService" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-20" registerInCM="true" CMdefaultName="LogService" logStartStop="false">
- <handlers>
- <handler name="logServiceHandler" classname="com.cognos.logserver.LogServiceHandler"/>
- <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="logService" skip_on_fault="false"/>
- </handlers>
- <attributes>
- <!-- list here all of the logging runtime parameters; this is how they get to CFGAPI -->
- <!-- as of Bering IB16, these are the new logging settings (Sept. 16th, 2004) -->
- <attribute>asAuditLevel</attribute>
- <attribute>brsAuditLevel</attribute>
- <attribute>brsAuditNativeQuery</attribute>
- <attribute>cmsAuditLevel</attribute>
- <!-- next attribute disabled because does not have an UI associated-->
- <!--attribute>csAuditLevel</attribute-->
- <!-- next attribute will be enabled in ib18-->
- <attribute>dispatcherAuditLevel</attribute>
- <attribute>dsAuditLevel</attribute>
- <attribute>emsAuditLevel</attribute>
- <attribute>jsAuditLevel</attribute>
- <!-- next attribute disabled because does not have an UI associated-->
- <!--attribute>mdsAuditLevel</attribute-->
- <!--attribute>mmpdfsAuditLevel</attribute-->
- <attribute>mmsAuditLevel</attribute>
- <attribute>msAuditLevel</attribute>
- <attribute>disAuditLevel</attribute>
- <attribute>psAuditLevel</attribute>
- <attribute>rsAuditLevel</attribute>
- <attribute>rsAuditNativeQuery</attribute>
- <attribute>misAuditLevel</attribute>
- <!-- next attribute disabled because does not have an UI associated-->
- <!--attribute>ssAuditLevel</attribute-->
- </attributes>
- </service>
|