Customizing Hill-Rom 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 Hill-Rom 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="HILLROM"/>.

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

    <logger name="org.apache.cxf.interceptor.LoggingOutInterceptor" level="INFO" additivity="false">
        <appender-ref ref="HILLROM"/>
    </logger>
    <logger name="org.apache.cxf.interceptor.LoggingInInterceptor" level="INFO" additivity="false">
        <appender-ref ref="HILLROM"/>
    </logger>
  3. Save and close the file.