You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: