Skip to content
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

[wpiutil] Add DataLog and DataLogManager Stop() #5860

Merged
merged 6 commits into from Nov 4, 2023

Conversation

PeterJohnson
Copy link
Member

@PeterJohnson PeterJohnson commented Nov 3, 2023

Restarting a stopped log results in creating a new log file with fresh copies of the same start records and schema data records.

Also check to see if the file has been deleted or if the log file exceeds 1.8 GB, and start a new one.

Fixes #4625.

@PeterJohnson PeterJohnson requested a review from a team as a code owner November 3, 2023 04:58
@PeterJohnson PeterJohnson merged commit f1a8282 into wpilibsuite:main Nov 4, 2023
26 checks passed
@PeterJohnson PeterJohnson deleted the dlm-restart branch November 4, 2023 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[wpilib] DataLogManager singleton needs a Stop function
1 participant