btimby / ug

Web Underground browser-based website hosting platform.
MIT License
4 stars 0 forks source link

Abstract log() from serve.js. #17

Open btimby opened 3 years ago

btimby commented 3 years ago

This is used for logging by the server, but I would like to do the same logging in the console for the node server. This means separating the log formatting, and the actual logging. Also move this to a non-browser script.