logservice.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: logsv
  4. (C) Copyright IBM Corp. 2003, 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="logService" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-20" registerInCM="true" CMdefaultName="LogService" logStartStop="false">
  8. <handlers>
  9. <handler name="logServiceHandler" classname="com.cognos.logserver.LogServiceHandler"/>
  10. <handler name="serviceStatus" classname="com.cognos.pogo.handlers.engine.ServiceStatusHandler" dispatcherStateHandler="dispatcher.dispatcherStatusHandler" serviceName="logService" skip_on_fault="false"/>
  11. </handlers>
  12. <attributes>
  13. <!-- list here all of the logging runtime parameters; this is how they get to CFGAPI -->
  14. <!-- as of Bering IB16, these are the new logging settings (Sept. 16th, 2004) -->
  15. <attribute>asAuditLevel</attribute>
  16. <attribute>brsAuditLevel</attribute>
  17. <attribute>brsAuditNativeQuery</attribute>
  18. <attribute>cmsAuditLevel</attribute>
  19. <!-- next attribute disabled because does not have an UI associated-->
  20. <!--attribute>csAuditLevel</attribute-->
  21. <!-- next attribute will be enabled in ib18-->
  22. <attribute>dispatcherAuditLevel</attribute>
  23. <attribute>dsAuditLevel</attribute>
  24. <attribute>emsAuditLevel</attribute>
  25. <attribute>jsAuditLevel</attribute>
  26. <!-- next attribute disabled because does not have an UI associated-->
  27. <!--attribute>mdsAuditLevel</attribute-->
  28. <!--attribute>mmpdfsAuditLevel</attribute-->
  29. <attribute>mmsAuditLevel</attribute>
  30. <attribute>msAuditLevel</attribute>
  31. <attribute>disAuditLevel</attribute>
  32. <attribute>psAuditLevel</attribute>
  33. <attribute>rsAuditLevel</attribute>
  34. <attribute>rsAuditNativeQuery</attribute>
  35. <attribute>misAuditLevel</attribute>
  36. <!-- next attribute disabled because does not have an UI associated-->
  37. <!--attribute>ssAuditLevel</attribute-->
  38. </attributes>
  39. </service>