-
Notifications
You must be signed in to change notification settings - Fork 90
feat(v2): new logging module #1435
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
Merged
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
0e2443d
logging module independent from implementation, based on slf4j
jeromevdl 6bda23c
log4j2 implementation of the logging module
jeromevdl 3d6ef5d
logback implementation of the logging module
jeromevdl 6e7227d
update parent pom
jeromevdl c094ee4
services
jeromevdl 6520996
rebase + fix build
jeromevdl 9fa5aac
fix tests
jeromevdl 1b98b65
fix tests
jeromevdl 381082d
add ignored file
jeromevdl c4f4b62
fix example
jeromevdl cd692e1
replace log4j with slf4j everywhere
jeromevdl 5c0469d
use the implementation
jeromevdl eff1dc1
not for cdk (previous version)
jeromevdl afc6f64
fix build
jeromevdl e6121df
fix e2e
jeromevdl fb4f7a0
fix e2e logging
jeromevdl 9ba07fa
fix e2e logging + field names
jeromevdl 8db9b7c
new tests
jeromevdl 135e2d5
move implementations to logging folder
jeromevdl eb88735
proper project naming
jeromevdl 7b04add
add slf4j-log4j
jeromevdl 7e1f48e
fix spotbug
jeromevdl 4990e18
use JsonConfig from serialization module
jeromevdl 198b5dc
complete tests
jeromevdl 923ed76
add aspectj for compilation in the IDE (scope provided)
jeromevdl 36cc83d
complete tests for log4j implementation
jeromevdl 4749c5c
add services files
jeromevdl ab9ce9c
complete tests for log4j
jeromevdl bdee1f3
complete tests for logback
jeromevdl 788dc97
fixe timezone
jeromevdl 895843e
fix checkstyle
jeromevdl e5e3f18
improve correlationId:
jeromevdl e13876b
add support for environment variable POWERTOOLS_LOGGER_LOG_EVENT
jeromevdl 988d46e
load env var at init
jeromevdl 4a5d790
remove junit-pioneer and mock env var
jeromevdl 0853b88
sampling rate should be final, maybe
jeromevdl f6dcad8
sonar lint
jeromevdl 7ef955b
remove slf4j binding (does not improve perfs)
jeromevdl cdc07a5
fix unit tests (env var)
jeromevdl 87bd0c2
remove mockito
jeromevdl 5ffa5bd
fix logging examples
jeromevdl c1b8e66
fix logging examples #2
jeromevdl 3462c8f
fix logging examples #3
jeromevdl f35c211
fix logging examples #4
jeromevdl bb6f87e
fix logging examples #5
jeromevdl 3505679
merge v2 into logging
jeromevdl d94a0c5
add more tests
jeromevdl 8a4f05e
refactor and cleanup
jeromevdl 7d9336b
custom message resolver for json strings
jeromevdl 3206439
fix
jeromevdl 2dca173
logback message json
jeromevdl 48dfa9a
logback message json
jeromevdl 232d9ef
fix maven warnings
jeromevdl c35fbc7
fix tests
jeromevdl 5934215
fix gradle build
jeromevdl 6a93f9f
log messages as JSON (optional)
jeromevdl 87d6730
log responses and log exceptions
jeromevdl ecb352e
merge v2 into logging
jeromevdl 5ba6d1a
fix modules in e2e-parent
jeromevdl 75f866f
Apply suggestions from code review
jeromevdl 313f6da
post review changes
jeromevdl cff2ee6
fix gradle build
jeromevdl 4572bf4
fix e2e tests
jeromevdl 12b2844
update poms (transitive dependency for log4j)
jeromevdl 74b377a
documentation
jeromevdl 8cc5c66
spotbugs
jeromevdl 13e18dc
Apply suggestions from code review on documentation
jeromevdl b1d94a2
cleanup
jeromevdl 4d78308
doc and test completion
jeromevdl 11efab3
update elastic doc
jeromevdl 83233c7
improve doc
jeromevdl 3f6412c
improve doc
jeromevdl 64e79dd
code review
jeromevdl e7edb57
fix tests
jeromevdl fd334db
code review
jeromevdl 634d13e
code review last episode
jeromevdl 440d0c1
merge v2 into logging
jeromevdl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.md-grid { | ||
max-width: 81vw | ||
max-width: 90vw | ||
} | ||
|
||
.highlight .hll { | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.