btimby / ug

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

Use debug library for logging #6

Closed btimby closed 3 years ago

btimby commented 3 years ago

https://github.com/chr15m/bugout/blob/master/package.json#L20

https://github.com/chr15m/bugout/blob/master/index.js#L3

localStorage.setItem("debug", "ug:*")

btimby commented 3 years ago

Keep this handy:

https://www.npmjs.com/package/debug#formatters

btimby commented 3 years ago

debug has been incorporated. Now I can go crazy with the logging. I kept it minimal before so as not to annoy users... Since it is disabled by default, that is no longer a concern.