Also altered the Handler interface to remove the option to return an
error from the Init func. This is not needed since we're only using
env vars to config the Handlers.
Audited all points in the codebase where log. is called to ensure
no sensitive leaks can occur.
Fixed three points in the handlers where leaks could have occurred
due to errs being logged.
log.
is called to ensure no sensitive leaks can occur.