Add more details for the debug log

revert-dabc3590
Madawa Soysa 6 years ago
parent 967eb3ce31
commit 601f527fb5

@ -981,7 +981,9 @@ public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminSe
@Override @Override
public Response setRecommendedGlobalProxy(GlobalProxyBeanWrapper globalProxyBeanWrapper) { public Response setRecommendedGlobalProxy(GlobalProxyBeanWrapper globalProxyBeanWrapper) {
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.debug("Invoking 'configure-global-proxy' operation"); log.debug("Applying 'configure-global-proxy' operation: " +
globalProxyBeanWrapper.getOperation().toJSON() + " for Devices: ["
+ String.join(",", globalProxyBeanWrapper.getDeviceIDs()) + "]");
} }
try { try {

Loading…
Cancel
Save