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:
-
Open D:\vocera\vcts\resources\logback.xml in a text
editor.
-
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>
-
Save and close the file.