The purpose of this document is to provide the steps required to enable entity logging for the Integration Server which allows the entire request and response to be logged for debugging purposes.
Note: Ensure to remove or comment out the above two lines once the issue has been reproduced. Enable entity logging is quite resource intensive.
Example:
-server
-Dlogback.configurationFile=/usr/local/perspecsys/reverse-proxy/logback.xml
-Dresource.root.path=/usr/local/perspecsys/reverse-proxy/resource
-Dfile.encoding=UTF8
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseG1GC
-XX:+UseBiasedLocking
-Xmx4g
-Drequest.logging.enabled=true \
-Dresponse.logging.enabled=true \
-Dakka.actor.default-dispatcher.fork-join-executor.parallelism-max=512
-Dakka.cluster.client.receptionist.acceptable-heartbeat-pause=60s
-Dakka.cluster.client.receptionist.failure-detection-interval=60s