mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changing error logs to debug
This commit is contained in:
parent
8badc2bc37
commit
cda5a0b216
@ -397,8 +397,8 @@ var utils = function () {
|
||||
publicMethods["getUniqueBrowserScope"] = function () {
|
||||
var deviceScope = "device_" + utility.md5(request.getHeader("User-Agent") + "::" + request.getRemoteAddr());
|
||||
deviceScope = deviceScope + " ";
|
||||
log.error("device scope");
|
||||
log.error(deviceScope);
|
||||
log.debug("device scope");
|
||||
log.debug(deviceScope);
|
||||
return deviceScope;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user