Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

Console Logging & output cleanup #53

Open tbeidlershenk opened 7 months ago

tbeidlershenk commented 7 months ago

https://pub.dev/packages/logger

Should move away from print statements and move to using an actual logger. For now we can just do console logging, I don't think there's any reason to have to do file logging right now.

As a part of this issue we should also work on cleaning up the output currently being logged. There are some warnings being thrown during runtime that we should either address, or disable if we deem them as unimportant.