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

handled other SASL mechanism in logging #861

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

mangin
Copy link
Contributor

@mangin mangin commented Oct 14, 2022

Handles other sasl_mechanism into logging like:
'PLAIN', 'SCRAM-SHA-256', 'SCRAM-SHA-512'

Now we always write that we use PLAIN as auth sasl_mechanism.

@mangin
Copy link
Contributor Author

mangin commented Oct 14, 2022

The change is so small. So i didn't update changelog

@ods
Copy link
Collaborator

ods commented Oct 14, 2022

The change is so small. So i didn't update changelog

Please create CHANGES/852.bugfix file anyway.

Fixes #852.

@mangin mangin force-pushed the handle-other-sasl-mechanism-in-logging branch from 329c513 to 74f5ad5 Compare October 14, 2022 14:28
@mangin
Copy link
Contributor Author

mangin commented Oct 14, 2022

Please create CHANGES/852.bugfix file anyway.

Okay

@mangin mangin force-pushed the handle-other-sasl-mechanism-in-logging branch from 74f5ad5 to c9478fc Compare October 14, 2022 14:32
@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #861 (c9478fc) into master (6360747) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #861      +/-   ##
==========================================
- Coverage   97.55%   97.49%   -0.07%     
==========================================
  Files          30       28       -2     
  Lines        5450     5389      -61     
==========================================
- Hits         5317     5254      -63     
- Misses        133      135       +2     
Flag Coverage Δ
cext 88.19% <100.00%> (-0.21%) ⬇️
integration 97.45% <100.00%> (-0.07%) ⬇️
purepy 97.03% <100.00%> (-0.07%) ⬇️
unit 37.91% <0.00%> (-0.19%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiokafka/conn.py 93.66% <100.00%> (ø)
aiokafka/admin.py 87.38% <0.00%> (-0.94%) ⬇️
aiokafka/producer/sender.py 98.46% <0.00%> (-0.22%) ⬇️
aiokafka/util.py
aiokafka/__init__.py

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mangin
Copy link
Contributor Author

mangin commented Oct 14, 2022

@ods I think it's ready. if you have time can you take a look one more time?

@ods ods merged commit 7544add into aio-libs:master Oct 14, 2022
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.

2 participants