Hide Stack Trace Reporting
To improve security you may wish to hide the stack trace reporting to users when an error is encountered in 1Integrate.
Disable report in WildFly
To disable full stack trace reports to users, you will need to enable the hide.stacktrace=true
property in the settings.properties file.
hide.stacktrace=true
Disable Report in weblogic
To disable full stack trace reports to users, within the WebLogic Server Administration Console, include the following in the Server Start Arguments for the interface:
-Dhide.stacktrace=true