Use lazy logging format#5377
Merged
Merged
Conversation
Codecov Report
|
Codecov Report
|
Codecov Report
|
AlexandreYang
force-pushed
the
alex/logging_format
branch
from
January 3, 2020 14:21
91dabac to
3a2f2e6
Compare
AlexandreYang
force-pushed
the
alex/logging_format
branch
from
January 3, 2020 14:21
3a2f2e6 to
811b52a
Compare
AlexandreYang
commented
Jan 3, 2020
AlexandreYang
force-pushed
the
alex/logging_format
branch
from
January 3, 2020 15:05
4c06fe2 to
d9034c0
Compare
AlexandreYang
commented
Jan 3, 2020
| # (C) Datadog, Inc. 2018 | ||
| # All rights reserved | ||
| # Licensed under a 3-clause BSD style license (see LICENSE) | ||
| # |
Member
Author
There was a problem hiding this comment.
Note: this is for triggering PR All pipeline
AlexandreYang
marked this pull request as ready for review
January 3, 2020 16:55
Member
Author
|
/azp help |
Supported commands
See additional documentation. |
Member
Author
|
/azp list |
|
CI/CD Pipelines for this repository: |
Member
Author
|
/azp run PR All |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
AlexandreYang
force-pushed
the
alex/logging_format
branch
from
January 3, 2020 17:51
f6ecf2a to
bac5616
Compare
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Use lazy log format using this script:
https://gist.github.com/AlexandreYang/2b45a2b086953c93b8bf2e1d7e5f7a60
What's handled?
.format()cases with{}and one{0}What's NOT handled?
.format()with named interpolation and more than one number interpolation{0}Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/andintegration/labels attached