I'm trying to add the logging levels in my WAS Liberty Profile Server 8.5.5.6 hosted in linux environment. I've added following statement in the server.xml:
<logging consoleLogLevel="INFO" copySystemStreams="true" traceFormat="ENHANCED" traceSpecification="*=audit:com.myco.*=all"/>
The configuration provided above works in my eclipse in windows but when deployed in Linux server: GNU/Linux 2.6 it doesn't work. Meaning it is not capturing the INFO level logging.
I use Apache.Commons.logging 1.2