cli
cli copied to clipboard
Show certificate fetching errors as DEBUG level, show "???" level messages as INFO level
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.