Explorar o código

打印请求参数

locky %!s(int64=3) %!d(string=hai) anos
pai
achega
a6f71f34fd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Controller/IotCoreController.py

+ 2 - 0
Controller/IotCoreController.py

@@ -69,6 +69,8 @@ class IotCoreView(View):
 
     # 设备注册到aws iot core
     def create_keys_and_certificate(self, request_dict, response, request):
+        logger = logging.getLogger('info')
+        logger.info('设备注册到aws iot core请求参数:{}'.format(request_dict))
         token = request_dict.get('token', None)
         language = request_dict.get('language', None)
         time_stamp = request_dict.get('time_stamp', None)