Enabling Hostmap Debugging
Warning | |
---|---|
Changing the rootLogger value from ERROR to DEBUG generates a large amount of debug logging. |
Enable additional logging by editing the
gateway-log4j.properties
file in the directory.
Edit the
$gateway /conf/gateway-log4j.propertiesgateway-log4j.properties
file to enable additional logging.Change ERROR to DEBUG on the following line:
log4j.rootLogger=ERROR, drfa
Warning Changing the rootLogger value from ERROR to DEBUG generates a large amount of debug logging.
Stop and then restart the gateway:
cd $gateway bin/gateway.sh stop bin/gateway.sh start