Supereg / homebridge-http-switch

Powerful http switch for Homebridge: https://github.com/homebridge/homebridge
ISC License
219 stars 36 forks source link

quieter statusUrl result #61

Closed mbierman closed 4 years ago

mbierman commented 4 years ago

Is your feature request related to a problem? Please describe. The result of a statusUrl seems to put the entire body into the homebridge logs. this is great for debugging but a little noisy for daily usage.

Describe the solution you'd like It would be nice if this could be hidden with a configuation. All I want to see is the sate of the switch as in [7/11/2020, 4:32:06 PM] [Flo] Switch is currently ON and hide the [7/11/2020, 4:32:06 PM] [Flo] getStatus() request returned successfully (200). or at least the Body portion.

Additional context Add any other context about the feature request here.