-
Notifications
You must be signed in to change notification settings - Fork 440
feat(logger): add logger buffer feature #6060
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 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
d1a7a58
First commit - Adding Buffer and Config classes
leandrodamascena 6c4ef9c
First commit - Adding Buffer and Config classes
leandrodamascena e2dd0c4
First commit - Adding Buffer and Config classes
leandrodamascena 511f147
First commit - Adding nox tests
leandrodamascena ebf49db
Merge branch 'develop' into feat/buffer-log
leandrodamascena d24a258
Adding new parameter to the constructor
leandrodamascena 0893e14
Starting tests
leandrodamascena 505eb98
Adding initial logic + test
leandrodamascena dbfd708
Adding initial logic + test
leandrodamascena 8a4e7bf
Merge branch 'develop' into feat/buffer-log
leandrodamascena 93f4a13
Adding initial logic + test
leandrodamascena 35acff5
Unit tests for log comparasion
leandrodamascena ed3902d
Fixing logic to handle log flush
leandrodamascena e39229a
Start flushing logs
leandrodamascena 27b1ce9
Adding more logic
leandrodamascena 7b06ac9
Merge branch 'develop' into feat/buffer-log
leandrodamascena 69eda82
Merge branch 'develop' into feat/buffer-log
leandrodamascena 10d81d9
Merge branch 'develop' into feat/buffer-log
leandrodamascena a98ee0a
Merge branch 'develop' into feat/buffer-log
leandrodamascena 58e26ae
Merge branch 'develop' into feat/buffer-log
leandrodamascena e97d065
Adding more logic
leandrodamascena 8b30fe5
Adding more logic
leandrodamascena 5406a77
Merge branch 'develop' into feat/buffer-log
leandrodamascena 1893216
Refactoring buffer class
leandrodamascena ce3804e
Refactoring buffer class
leandrodamascena 7f49bb4
Refactoring buffer class
leandrodamascena 351d856
More refactor
leandrodamascena f7eeb2e
Merge branch 'develop' into feat/buffer-log
leandrodamascena 7d98138
Adding more coverage + documentation
leandrodamascena 0c8cb3b
Adding decorator
leandrodamascena c977904
Refactoring variables name
leandrodamascena c9adbee
Adding more tests + propagating buffer configuration
leandrodamascena 699a3d8
Adding exception fields
leandrodamascena 49f308b
Adding e2e tests
leandrodamascena fa5c7f1
Merge branch 'develop' into feat/buffer-log
leandrodamascena b1d81b5
sys.getframe is more performatic
leandrodamascena feaea2b
Chaging the max size
leandrodamascena a46e2ff
Removing unecessary files
leandrodamascena 9368459
Fix tests
leandrodamascena 1167850
Merge branch 'develop' into feat/buffer-log
leandrodamascena f9db4cd
Flushing logs when log line is bigger than buffer size
leandrodamascena f30eed0
Flushing logs when log line is bigger than buffer size
leandrodamascena 452cf91
Adding documentation
leandrodamascena 2d8eb39
Adding documentation
leandrodamascena 46a9ab9
Merge branch 'develop' into feat/buffer-log
leandrodamascena a5a12a5
Adding documentation
leandrodamascena 46fc1df
Addressing Andrea's feedback
leandrodamascena b1e2f99
Addressing Andrea's feedback
leandrodamascena 4717cdc
Merge branch 'develop' into feat/buffer-log
leandrodamascena f5618ea
Addressing Andrea's feedback
leandrodamascena 1da9bf2
Refactoring parameters name + child logger + tests
leandrodamascena a64df93
Improve documentation
leandrodamascena 078b33c
Merge branch 'develop' into feat/buffer-log
leandrodamascena bd7084f
Merge branch 'develop' into feat/buffer-log
leandrodamascena 5c9eb79
Improve docstring
leandrodamascena 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
Adding documentation
- Loading branch information
commit 2d8eb3973909ee8b516cb03b2117e87fe98d3fcc
There are no files selected for viewing
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.