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

[Freeze] Work around https://github.com/pypa/pip/pull/9450 #60626

Merged
merged 3 commits into from
Jul 29, 2021

Conversation

s0undt3ch
Copy link
Collaborator

What does this PR do?

Work around pypa/pip#9450
See pypa/pip#10212

python
Python 3.6.8 (default, Apr 15 2020, 09:32:35) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import logging
>>> logging.getLoggerClass()
<class 'logging.Logger'>
>>> import salt
>>> logging.getLoggerClass()
<class 'salt._logging.impl.SaltLoggingClass'>
>>> logging.getLogger("foo").verbose("blah")
>>>

@s0undt3ch s0undt3ch marked this pull request as ready for review July 28, 2021 17:26
@s0undt3ch s0undt3ch requested a review from a team as a code owner July 28, 2021 17:26
@s0undt3ch s0undt3ch requested review from krionbsd and removed request for a team July 28, 2021 17:26
@Ch3LL Ch3LL requested a review from dwoz July 28, 2021 17:34
@Ch3LL Ch3LL merged commit c64ba92 into saltstack:freeze Jul 29, 2021
@s0undt3ch s0undt3ch deleted the hotfix/pip-logging-handler-freeze branch July 30, 2021 04:52
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

Successfully merging this pull request may close these issues.

3 participants