node-CarPlay
node-CarPlay copied to clipboard
Use debug library for logging
Currently we use console.debug
and such in places around the codebase. It'll be better to use debug
to standardize the logging, and allow people to selectively enable logging for different components of the codebase.
Originating discussion happened here https://github.com/rhysmorgan134/node-CarPlay/pull/20#discussion_r1319538831