DaanHoogland commented on code in PR #8890: URL: https://github.com/apache/cloudstack/pull/8890#discussion_r1562604671
########## services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java: ########## @@ -3106,17 +3106,16 @@ protected String parseCifsMountOptions(URI uri) { extraOpts.append(name + "=" + nvp.getValue() + ","); } - if (logger.isDebugEnabled()) { - logger.error("extraOpts now " + extraOpts); - } + String extraOptions = extraOpts.toString(); + logger.error("extraOpts now ", ()->StringUtils.cleanString(extraOptions)); Review Comment: hm, decisions, decisions, decisions, ... ;) maybe even trace, I just copied the original call. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org