Browse Source

add logging

highing666 3 năm trước cách đây
mục cha
commit
261554db88
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}