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

[MRG+1] ENH Pass arguments to logger rather than formatted message. #2458

Merged
merged 1 commit into from Jan 3, 2017

Conversation

rmax
Copy link
Contributor

@rmax rmax commented Dec 21, 2016

This not only use the standard form but helps error aggregation
libraries (i.e.: Sentry) to avoid duplicating the message.

This not only use the standard form but helps error aggregation
libraries (i.e.: Sentry) to avoid duplicating the message.
@codecov-io
Copy link

codecov-io commented Dec 21, 2016

Current coverage is 83.42% (diff: 100%)

Merging #2458 into master will increase coverage by <.01%

@@             master      #2458   diff @@
==========================================
  Files           161        161          
  Lines          8761       8762     +1   
  Methods           0          0          
  Messages          0          0          
  Branches       1286       1286          
==========================================
+ Hits           7309       7310     +1   
  Misses         1204       1204          
  Partials        248        248          

Powered by Codecov. Last update d19c4c1...6dec4a3

@kmike
Copy link
Member

kmike commented Dec 21, 2016

I think this change is fine.

As a side not, see also: #1626

@kmike kmike changed the title ENH Pass arguments to logger rather than formatted message. [MRG+1] ENH Pass arguments to logger rather than formatted message. Dec 21, 2016
@redapple redapple merged commit e7dede6 into scrapy:master Jan 3, 2017
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

4 participants