Add more details for the debug log

This commit is contained in:
Madawa Soysa 2019-02-02 15:40:55 +11:00
parent 967eb3ce31
commit 601f527fb5

View File

@ -981,7 +981,9 @@ public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminSe
@Override
public Response setRecommendedGlobalProxy(GlobalProxyBeanWrapper globalProxyBeanWrapper) {
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 {