python-github-backup icon indicating copy to clipboard operation
python-github-backup copied to clipboard

Refactor logging and add support for quiet flag

Open whwright opened this issue 2 years ago • 3 comments

  • Replace local log_info and log_warning functions with a module logger and logger.info/logger.warning
  • Add support for --quiet flag by setting the level on the logger
  • Resolves #190
  • This also does a little bit of setup for #182 as a module logger would be required to set different log handlers for different log levels

whwright avatar Mar 24 '22 00:03 whwright

Any thoughts on this change?

whwright avatar Jun 02 '22 03:06 whwright

Mind making this log-level instead, like in #199?

josegonzalez avatar Nov 28 '22 05:11 josegonzalez

Mind making this log-level instead, like in #199?

Yeah I can make that change. Thanks!

whwright avatar Nov 28 '22 21:11 whwright

Mind rebasing?

josegonzalez avatar Jun 23 '23 17:06 josegonzalez

I apologize for abandoning this - thank you to everyone who got it across the finish line!

whwright avatar Oct 10 '23 16:10 whwright