@@ -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: