Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以更改 Cloudhopper 的日志记录设置,以便在每次绑定操作时不记录敏感的登录信息?
希望这是一件容易的事。谢谢。
试试这个解决方案。
LoggingOptions loggingOptions = new LoggingOptions(); loggingOptions.setLogPdu(false); csSmppConfig.setLoggingOptions(loggingOptions);