Ver Fonte

推送log日志写入time目录下

zhangdongming há 1 ano atrás
pai
commit
d93698e4f4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -31,7 +31,7 @@ from Service.EquipmentInfoService import EquipmentInfoService, EQUIPMENT_INFO_DI
 from Service.HuaweiPushService.HuaweiPushService import HuaweiPushObject
 from Service.PushService import PushObject
 
-LOGGING = logging.getLogger('info')
+LOGGING = logging.getLogger('time')
 
 
 class DevicePushService: