mtrudel / hap

A HomeKit Accessory Protocol (HAP) Implementation for Elixir
MIT License
91 stars 9 forks source link

Suppress Bandit logging? #152

Open Hermanverschooten opened 6 days ago

Hermanverschooten commented 6 days ago

Is there a way to suppress or change the logging level for the started Bandit instance? Home access kit is quite chatty, with several dozen GET /characteristics flashing over my screen and overflowing my RingLogger. It would be great if we could suppress these.

mtrudel commented 4 days ago

It's this line. I agree that it's a bit spammy; maybe we should remove it entirely?