|
@@ -59,6 +59,12 @@ class DeviceDebug(View):
|
|
def single_debug(self,request, request_dict, uid, response):
|
|
def single_debug(self,request, request_dict, uid, response):
|
|
ip = CommonService.get_ip_address(request)
|
|
ip = CommonService.get_ip_address(request)
|
|
device_info = logging.getLogger('device_info')
|
|
device_info = logging.getLogger('device_info')
|
|
|
|
+ device_info.info("----------------------------------------------------------------------------------")
|
|
|
|
+ device_info.info("----------------------------------------------------------------------------------")
|
|
|
|
+ device_info.info("----------------------------------------------------------------------------------")
|
|
|
|
+ device_info.info("----------------------------------------------------------------------------------")
|
|
|
|
+ device_info.info("----------------------------------------------------------------------------------")
|
|
|
|
+ device_info.info("----------------------------------------------------------------------------------")
|
|
device_info.info("debug----------------------------------------------------------------------------------start")
|
|
device_info.info("debug----------------------------------------------------------------------------------start")
|
|
device_info.info("uid:"+uid)
|
|
device_info.info("uid:"+uid)
|
|
device_info.info(strftime("%Y-%m-%d %H:%M:%S"))
|
|
device_info.info(strftime("%Y-%m-%d %H:%M:%S"))
|