Getting an error on trying to add format %(lineno)d parameter code: `logging.Formatter('%(lineno)d, %(name)s, %(message)s')` error: `TypeError: can't convert NoneType to int`
Getting an error on trying to add format %(lineno)d parameter
code:
logging.Formatter('%(lineno)d, %(name)s, %(message)s')error:
TypeError: can't convert NoneType to int