pa11y-webservice icon indicating copy to clipboard operation
pa11y-webservice copied to clipboard

Use a logger which labels output

Open joeyciechanowicz opened this issue 6 years ago • 0 comments

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

joeyciechanowicz avatar May 22 '19 14:05 joeyciechanowicz