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