mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Add more details for the debug log
This commit is contained in:
parent
967eb3ce31
commit
601f527fb5
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user