-
Notifications
You must be signed in to change notification settings - Fork 636
Generalize the RotatingLogger; size, time or first of the two trigger the rollover #1365
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
Open
j-c-cook
wants to merge
29
commits into
hardbyte:main
Choose a base branch
from
j-c-cook:issue1364_TimedRotatingLogger
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5c23248
Generalize the RotatingLogger; size, time or both constraint
j-c-cook 7970ce1
Merge branch 'develop' into issue1364_TimedRotatingLogger
j-c-cook 019e41c
Update test_log_virtual_sizedlogger to have a file path
j-c-cook e091ba0
Update logger doc string
j-c-cook 5be3a81
Move rollover time reset to capture when file_size triggers
j-c-cook 89bf921
Merge branch 'develop' into issue1364_TimedRotatingLogger
0cf8383
Change `delta_t` to `max_seconds`
cd36995
Run logger test on `RotatingLogger` rather than `SizedRotatingLogger`
c9ba894
Modify timeout period name and call Rotating if `file_time`
dc75109
Add test for the timed logger given `file_time` input
22bf537
Update logger help statement
83b901e
Merge branch 'develop' into issue1364_TimedRotatingLogger
j-c-cook 0a89a6c
Merge branch 'develop' into issue1364_TimedRotatingLogger
j-c-cook c3d8715
Update can/logger.py
j-c-cook b6b75b9
Adjust the example in docstring and update documentation
j-c-cook a830c7a
Update the deprecation warning message
j-c-cook 2862573
Fix doc string build warning
j-c-cook 78f777c
Merge branch 'develop' into issue1364_TimedRotatingLogger
j-c-cook b8a7ec5
Update API order to be like develop and add formats set
j-c-cook ce815d6
Fix mypy workflow build error check
j-c-cook 842dcbb
Include the previous changes made to _default_name
j-c-cook 2a466b9
Fix spacing in _default_name
j-c-cook 49649e7
Update logconvert to use the generalized RotatingLogger
j-c-cook 35d25c7
Fix comment to reference RotatingLogger
j-c-cook b763f4a
Format code with black
j-c-cook 29717f4
Add test for time rollover condition
j-c-cook ad382b5
Merge branch 'issue1364_TimedRotatingLogger' of https://github.com/j-…
j-c-cook 8aff574
Add note to preserve size rotating test functions at v5.0
j-c-cook cabafb4
Merge branch 'develop' into issue1364_TimedRotatingLogger
j-c-cook 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
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
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.