Enabling logging on from Apache HTTP components
To enable logging on from Apache HTTP components, perform the following configuration steps:
- Uncomment the following
JRE_OPTS
line in the $OMNIHOME/gates/cem/nco_g_cem.env file:JRE_OPTS="-Dorg.apache.commons.logging.Log= org.apache.commons.logging.impl.SimpleLog -Dorg.apache.commons.logging.simplelog.showdatetime=true -Dorg.apache.commons.logging.simplelog.log.org.apache.http=DEBUG"
You can encrypt the CEM Webhook URL by using AES_FIPS encryption, for details see nco_aes_crypt command-line options.
- To synchronize Apache log output with the gateway log output, update the following gateway
properties:
MessageLevel : 'debug' MessageLog : 'stdout'