Skip to content

Commit 99ea77d

Browse files
authored
Usage server: remove logging of prameters including secret keys (apache#10649)
1 parent d32065f commit 99ea77d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)