Created by: kenjones-cisco
Adds support for debugging that can be turned on or off through standard nodejs approach of using NODE_DEBUG
.
Removed extra whitespace at the end of lines.
Made logging of errors consistent by using console.error
instead of a mixture of console.log
and console.error
.