Customizing Rauland Logging Properties

The default logging configuration values are sufficient for most installations of CTS. However, you can customize them to accommodate special situations.

To customize the Rauland logging properties:
  1. Open D:\vocera\vcts\resources\logback.xml in a text editor.
  2. Change the value of the level attribute from WARN to INFO for each <logger/> that contains the nested element <appender-ref ref="RAULAND"/>.

    When finished, the <logger/> statements should look similar to the following:

    <logger name="org.apache.cxf.services.AssignmentService" level="INFO" additivity="false">
        <appender-ref ref="RAULAND"/>
    </logger>
    <logger name="org.apache.cxf.services.AssignmentServicePortTypeService" level="INFO" additivity="false">
        <appender-ref ref="RAULAND"/>
    </logger>
  3. Save and close the file.