fintwit-bot icon indicating copy to clipboard operation
fintwit-bot copied to clipboard

Use logging instead of prints for debug info

Open StephanAkkerman opened this issue 1 year ago • 1 comments

This makes it look a lot more professional than the current approach

StephanAkkerman avatar Apr 03 '24 18:04 StephanAkkerman

warnings for exceptions that are caught

StephanAkkerman avatar Apr 20 '24 12:04 StephanAkkerman

logging.info for prints and logging.warning for exceptions logging.debug for more information than logging.info: for instance to print each tweet it processes and all other relevant steps during debugging

StephanAkkerman avatar May 25 '24 08:05 StephanAkkerman

closed with latest commit

StephanAkkerman avatar Jul 31 '24 11:07 StephanAkkerman