Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

Add Formal Logging #68

Open Rogibb111 opened 1 year ago

Rogibb111 commented 1 year ago

Currently the only logging my application does is through console logging directly in the main process output of my application. It's somewhat difficult to get a sense of what is happening in production due to the fact that fly.io only keeps the last 100 lines or so of that output available with it's own logging functionality. It would be great to be able to see the history from much further back. I also just don't really log what is happening in the application and so have little visibility into what is actually happening from a business logic standpoint. Ideally to close this ticket, the following things should be implemented: