loophole / cli

Loophole. Instant hosting, right from your local machine. CLI.
https://loophole.cloud
MIT License
161 stars 17 forks source link

Show certificate fetching errors as DEBUG level, show "???" level messages as INFO level #224

Open denny241 opened 1 year ago

denny241 commented 1 year ago

DEBUG level for system messages would hide fatal messages, leaving the user in the dark on why the program has closed, so INFO is more appropriate.

Another Idea: If wanted, we could instead consider changing from one, preset level to dynamic level assignment, scanning the message the system sent for keywords and setting the level appropriately.