Skip to content

Commit

Permalink
move Log to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 authored Jan 11, 2025
1 parent 50304da commit 3217c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/WebServer/WebServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ def rest_battery_state(self, verb, data, parameters):
else:
_battEnv["Update Time"]["Unknown"][_deviceName] = "Unknown"

self.logging("Log", f"rest_battery_state - {_battEnv}")
self.logging("Debug", f"rest_battery_state - {_battEnv}")
_response["Data"] = json.dumps(_battEnv, sort_keys=True)
return _response

Expand Down

0 comments on commit 3217c0e

Please sign in to comment.