-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-103357: Add logging.Formater defaults support to logging.config fileConfig and dictConfig #103359
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
Conversation
|
Sorry, @bharel and @vsajip, I could not cleanly backport this to |
|
Sorry @bharel and @vsajip, I had trouble checking out the |
|
Actually 3.10 is now security-fixes only. |
|
@vsajip Thanks for the merge 😄 |
|
You're right, it is a new feature - I wasn't thinking clearly. Let's leave it and not backport. |
…nfig fileConfig and dictConfig (pythonGH-103359)
Added the support for the defaults parameter, tests suite runs well.