[AIRFLOW-3980] Unify logger#4804
Conversation
Hi @mik-laj , does logger ignore format method? In which cases? |
|
The logger does know @mik-laj Nice work! Also got rid of some of the |
|
If parameters and text are pass separately, they can also be independently analyzed if more advanced loggers are used. |
c68b88b to
02e0986
Compare
|
I can not find any more problems. Can I ask you to review and accept changes? |
a4d2af7 to
bba53a9
Compare
Fokko
left a comment
There was a problem hiding this comment.
Two comments, apart from that: LGTM.
Thanks for picking this up
|
I updated a PR with all suggestion. |
|
Thanks @mik-laj Unfortunately the CI is sad now: |
35a1ef3 to
c415804
Compare
Codecov Report
@@ Coverage Diff @@
## master #4804 +/- ##
==========================================
+ Coverage 75.28% 75.29% +<.01%
==========================================
Files 450 450
Lines 29026 29019 -7
==========================================
- Hits 21852 21849 -3
+ Misses 7174 7170 -4
Continue to review full report at Codecov.
|
|
@Fokko Now Travis is green. |
|
Thanks @mik-laj |
Make sure you have checked all steps below.
Jira
Description
The logger was used incorrectly in several places. We should not format the text before passing it to the logger, because it can be ignored in the logger.
CC: @BasPH
Tests
Commits
Documentation
Code Quality
flake8