Browse Source

优化APP推送log打印

zhangdongming 9 tháng trước cách đây
mục cha
commit
23ad559b56
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Service/DevicePushService.py

+ 2 - 2
Service/DevicePushService.py

@@ -990,8 +990,8 @@ class DevicePushService:
         """
         try:
             LOGGING.info(
-                'is_send_app_push函数参数打印:uid:{} event_type:{} event_tag:{} app_push_config:{} msg_interval:{}'.format(
-                    uid, event_type, event_tag, app_push_config, msg_interval))
+                'is_send_app_push函数参数打印:uid:{},event_type:{},event_tag:{},msg_interval:{}'.format(
+                    uid, event_type, event_tag, msg_interval))
             if not app_push_config:
                 return True