Question

I'd like to know if it is possible to change the logging settings for Cloudhopper so sensitive login information is not logged upon each Bind operation?

Hope it's an easy one. Thanks.

Was it helpful?

Solution

Try this solution .

LoggingOptions loggingOptions = new LoggingOptions();
loggingOptions.setLogPdu(false);
csSmppConfig.setLoggingOptions(loggingOptions);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top