Sample SecurityLoggerConfiguration.xml Modifications
The sample text below shows modifications made to the SecurityLoggerConfiguration.xml in order to enable logging for cipher suites.
Log Filter Section
<log_filters>
<filter name="SecurityAuthenFilter" classname="com.lawson.common.util.logging.SimpleMessageFilter"
enabled="true">
<parameters
<Parameter value="loglevel=11" />
</parameters>
</filter>
.
.
.
Producer Filters Section
For security server logging (as opposed to client-side logging), do not include the com.lawson.security.authen package.
<!-- Definition of Producer Filters -->
<log_producer_filters>
<producer_filter name="AuthenMessageProducerFilter" classname="com.lawson.common.util.logging.
SimpleMessageProducerFilter" enabled="true">
<parameters
<Parameter value="class=com\.lawson\.security\.encryption\.(.+)|com\.lawson\.security\.common\.
(.+)|com\.lawson\.security\.authen\.(.+)|com\.lawson\.security\.spi\.(.+)" />
</parameters>
</producter_filter>
</log_producer_filters>