-
Notifications
You must be signed in to change notification settings - Fork 249
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
feat_: API logging objects with zap.Any
#6125
Merged
Merged
Conversation
This file contains 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
igor-sirotin
requested review from
churik,
qfrank,
osmaczko and
anastasiyaig
November 26, 2024 15:45
igor-sirotin
changed the title
feat_: api logging objects as zap.Any
feat_: api logging objects asNov 26, 2024
zap.Any
igor-sirotin
changed the title
feat_: api logging objects as
feat_: API logging objects with Nov 26, 2024
zap.Any
zap.Any
Jenkins BuildsClick to see older builds (47)
|
igor-sirotin
force-pushed
the
feat/api-logging-objects
branch
from
November 26, 2024 18:29
6b10e31
to
2c29d3a
Compare
osmaczko
approved these changes
Nov 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6125 +/- ##
===========================================
- Coverage 60.97% 60.95% -0.02%
===========================================
Files 827 827
Lines 109747 109753 +6
===========================================
- Hits 66915 66905 -10
- Misses 34988 35006 +18
+ Partials 7844 7842 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
qfrank
approved these changes
Nov 27, 2024
igor-sirotin
force-pushed
the
feat/InitializeApplication-init-logs
branch
from
November 28, 2024 11:17
42772eb
to
e30c6aa
Compare
igor-sirotin
force-pushed
the
feat/api-logging-objects
branch
2 times, most recently
from
November 28, 2024 23:37
b352af2
to
7c6b33f
Compare
Base automatically changed from
feat/InitializeApplication-init-logs
to
develop
November 29, 2024 11:43
igor-sirotin
force-pushed
the
feat/api-logging-objects
branch
from
November 29, 2024 11:44
7c6b33f
to
e78b2e1
Compare
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.
Addresses:
Description
Automatically detect if the request/response is a JSON string (which it is in most cases) and log it as object then.
Example
Before:
After: