hollyplankdev / motd-api

A simple message of the day application, written in multiple languages.
Other
0 stars 0 forks source link

Better logging #7

Open hollyplankdev opened 1 month ago

hollyplankdev commented 1 month ago

We should probably be using some logging library instead of just console.log. It'd be nice to have optional verbosity when running the backend.

(migrated from https://github.com/hollyplankdev/motd-api-ts/issues/24)