lucasrla / remarks

Extract annotations (highlights and scribbles) from PDF, EPUB, and notebooks marked with reMarkable tablets. Export to Markdown, PDF, PNG, SVG
GNU General Public License v3.0
353 stars 20 forks source link

Add debug logging #33

Closed sabidib closed 2 years ago

sabidib commented 3 years ago

Add debug logging.

When -d/--debug is set, logging is set to log debug messages, otherwise it logs warn level messages.

@lucasrla for review: I picked the logging levels to what seemed appropriate, but please do change it as appropriate.

lucasrla commented 2 years ago

Thanks for this, @sabidib! I've just made a few adjustments and merged your PR.