Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logging error on lineno formater #83

Open
alxkos opened this issue Jan 12, 2024 · 1 comment
Open

logging error on lineno formater #83

alxkos opened this issue Jan 12, 2024 · 1 comment

Comments

@alxkos
Copy link

alxkos commented Jan 12, 2024

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

@pmp-p
Copy link

pmp-p commented Jan 12, 2024

note sure about issue, but beware that line numbers may be an optionnal feature in some build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants