jackwilsdon / seedvault-extractor

MIT License
30 stars 7 forks source link

Multiple log levels #14

Open nettnikl opened 1 year ago

nettnikl commented 1 year ago

After working with the code for a bit, i feel like we should use a library like logrus for logging. That would mean we dont need if debugs everywhere.

Also we can specify multiple levels, like: -q quiet for only warnings default with info level logs -v with debug logs (which apps are extracted) -vv with trace logs (only this level containing seeds and other security related info)