Parcourir la source

优化APP推送log打印

zhangdongming il y a 9 mois
Parent
commit
23ad559b56
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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