rosskouk / asknavidrome

An Alexa skill to allow streaming of music from Subsonic API compatible media servers on Amazon Echo devices.
https://rosskouk.github.io/asknavidrome
MIT License
52 stars 7 forks source link

Rework Debugging #2

Closed rosskouk closed 1 year ago

rosskouk commented 2 years ago

Currently debugging is enabled if the NAVI_DEBUG environment variable is set. This should be changed to check if the variable is set to 1 or 0 and the documentation updated appropriately.

In additional enable full request and response debugging when enanled