chanjunkai 5 년 전
부모
커밋
38b41d2f81
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      controller/index.py

+ 2 - 0
controller/index.py

@@ -256,6 +256,8 @@ class oa2RtspStartView(TemplateView):
             print(UID)
             print(PWD)
             print(MSG)
+            logger = logging.getLogger('django')
+            logger.info(MSG)
             if int(st) == 1:
                 send_flag = self.runSendStop(UID, PWD, MSG)
                 if send_flag: