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

Twisted legacy logging does not accept format parameters #200

Merged
merged 1 commit into from Aug 2, 2019

Conversation

abompard
Copy link
Member

@abompard abompard commented Aug 2, 2019

We currently have unformatted logs, like: Stopping AMQP consumer {tag} for queue {q}: {e}. This commit fixes it.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
@codecov-io
Copy link

Codecov Report

Merging #200 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #200   +/-   ##
=======================================
  Coverage   95.42%   95.42%           
=======================================
  Files          13       13           
  Lines        1312     1312           
  Branches      158      158           
=======================================
  Hits         1252     1252           
  Misses         45       45           
  Partials       15       15
Impacted Files Coverage Δ
fedora_messaging/twisted/factory.py 93.41% <ø> (ø) ⬆️
fedora_messaging/twisted/protocol.py 93.2% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 49b443d...620740f. Read the comment docs.

Copy link
Member

@jeremycline jeremycline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ✨

@mergify mergify bot merged commit ef04f74 into fedora-infra:master Aug 2, 2019
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.

None yet

3 participants