This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch ghi10646-dontLogPrivateKeys
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/ghi10646-dontLogPrivateKeys by
this push:
new a3d656630c3 remove logging of prameters including secret keys
a3d656630c3 is described below
commit a3d656630c389ecf0884dc27e3df1b092ca09833
Author: dahn <[email protected]>
AuthorDate: Wed Apr 2 14:57:19 2025 +0200
remove logging of prameters including secret keys
---
usage/src/main/java/com/cloud/usage/UsageManagerImpl.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/usage/src/main/java/com/cloud/usage/UsageManagerImpl.java
b/usage/src/main/java/com/cloud/usage/UsageManagerImpl.java
index 9be7c0538b7..178ef5e1369 100644
--- a/usage/src/main/java/com/cloud/usage/UsageManagerImpl.java
+++ b/usage/src/main/java/com/cloud/usage/UsageManagerImpl.java
@@ -231,7 +231,6 @@ public class UsageManagerImpl extends ManagerBase
implements UsageManager, Runna
if (params != null) {
mergeConfigs(configs, params);
- logger.info("configs = " + configs);
}
} catch (CloudRuntimeException e) {
logger.error("Unhandled configuration exception: " +
e.getMessage());