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

Feature Request: Context logging should pass **kwargs to underlying _logger #85

Open
ihs-nick opened this issue Oct 15, 2020 · 0 comments

Comments

@ihs-nick
Copy link

ihs-nick commented Oct 15, 2020

According to the official python3 documentation, the main ways to pass stack/traceback information is through kwargs. Right now, the logger only thing passed to the logger beyond the message is *args which doesn't allow stack information to be passed (class referenced here). This should be as simple as adding **kwargs to each. I'm willing to submit a pull request if interested in merging this.

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

1 participant