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
Codebase already has:
logger = logging.getLogger(name) logging.basicConfig(level=getattr(logging, log_level), format='%(asctime)s - %(levelname)s - %(message)s', datefmt='%d-%m-%Y %H:%M:%S' )
However I suspect there is some parent logger overriding the behaviour.
The text was updated successfully, but these errors were encountered:
vhxma
No branches or pull requests
Codebase already has:
Set up the logger
logger = logging.getLogger(name)
logging.basicConfig(level=getattr(logging, log_level),
format='%(asctime)s - %(levelname)s - %(message)s',
datefmt='%d-%m-%Y %H:%M:%S'
)
However I suspect there is some parent logger overriding the behaviour.
The text was updated successfully, but these errors were encountered: