Skip to content

Commit 327f970

Browse files
committed
remove logging of prameters including secret keys
1 parent ee94ae5 commit 327f970

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

usage/src/main/java/com/cloud/usage/UsageManagerImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ public boolean configure(String name, Map<String, Object> params) throws Configu
232232

233233
if (params != null) {
234234
mergeConfigs(configs, params);
235-
s_logger.info("configs = " + configs);
236235
}
237236
} catch (CloudRuntimeException e) {
238237
s_logger.error("Unhandled configuration exception: " + e.getMessage());

0 commit comments

Comments
 (0)