I currently do
# three extra blank lines per srh for debug log
logging.info('')
logging.info('')
logging.info('')
But this makes the code bloated, is there any better way?
It's not really a blank line, but sometimes I use this:
logging.info('-' * 80)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With