pa11y-webservice
pa11y-webservice copied to clipboard
Use a logger which labels output
Currently the logging is done using console.log/console.error. We should really be using a configured logger (winston etc) that can also label the log output so that dual dashboard/webservice deployments can differentiate between the output.
i.e.
dashboard: Started on x.x.x.x
webservice: Starting on y.y.y.y