AWI writes more than 4500 DEBUG messages regarding osgi.wiring.package into the Tomcat stdout log ( catalina.out on Linux or console.log on Windows)
Example of the messages:
DEBUG: WIRE: [com.vaadin.themes [34](R 34.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.6.0)) -> [org.apache.felix.framework [0](R 0)]
DEBUG: WIRE: [webui-chart [35](R 35.0)] osgi.wiring.package; (&(osgi.wiring.package=com.automic.translation.api)(version>=1.0.0)(!(version>=2.0.0))) -> [com.automic.translation.translation-api [28](R 28.0)]
DEBUG: WIRE: [webui-chart [35](R 35.0)] osgi.wiring.package; (&(osgi.wiring.package=com.automic.translation.api.impl)(version>=1.0.0)(!(version>=2.0.0))) -> [com.automic.translation.translation-api [28](R 28.0)]
How can these messages be turned off?
Release : 12.3
Component : AUTOMIC WEB INTERFACE
Default Felix framework felix.properties file writes debug messages into Tomcat
In order to remove around 4400 lines from Tomcat stdout log ( catalina.out on Linux or console.log on Windows), add the following lines at the end of the file <awi_installation_folder>\config\felix.properties
#Disable Felix traces on tomcat catalina.out / console.log
felix.log.level=0
ds.loglevel=0
Then restart Tomcat, from now on, only 80 lines or so will still continue to be written in the Tomcat stdout log upon AWI deployment/startup.