We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
logger
getLogger(__name__)
A small rule for consistency in a code base, to avoid modules using other names like:
import logging log = logging.getLogger(__name__)
Maybe opt-in
The text was updated successfully, but these errors were encountered:
IMO no, surely that's totally up to the user? We like to use L
L
Sorry, something went wrong.
Maybe it would be better to opt-in by configuring the preferred name?
No branches or pull requests
Description
A small rule for consistency in a code base, to avoid modules using other names like:
Maybe opt-in
The text was updated successfully, but these errors were encountered: