소스 검색

add logging

highing666 3 년 전
부모
커밋
261554db88
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/api/routers/devices.py

+ 1 - 0
app/api/routers/devices.py

@@ -54,6 +54,7 @@ async def get_acatah_supply_air_temperature_set_v2(
 ):
     supply_air_temperature_set = build_acatah_supply_air_temperature_set(params)
 
+    logger.info(params)
     logger.info(supply_air_temperature_set)
 
     resp = {"supply_air_temperature_set": supply_air_temperature_set}