bitfocus / companion-module-generic-http

Generic HTTP module
MIT License
9 stars 19 forks source link

More logging/debug #58

Open peternewman opened 3 months ago

peternewman commented 3 months ago

Currently if a HTTP request fails, you get a message logged, but nothing if it succeeds. It would be nice to be able to see e.g. HTTP status and response (e.g. did it redirect etc).

I guess there might need to be an option to turn this on during debugging that defaults to false or something if people are particularly worried about logs filling up.