mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Usage server: remove logging of prameters including secret keys (#10649)
This commit is contained in:
parent
d32065fd38
commit
99ea77dc83
@ -232,7 +232,6 @@ public class UsageManagerImpl extends ManagerBase implements UsageManager, Runna
|
|||||||
|
|
||||||
if (params != null) {
|
if (params != null) {
|
||||||
mergeConfigs(configs, params);
|
mergeConfigs(configs, params);
|
||||||
s_logger.info("configs = " + configs);
|
|
||||||
}
|
}
|
||||||
} catch (CloudRuntimeException e) {
|
} catch (CloudRuntimeException e) {
|
||||||
s_logger.error("Unhandled configuration exception: " + e.getMessage());
|
s_logger.error("Unhandled configuration exception: " + e.getMessage());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user