Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

log WPILogs to disk only #109

Merged
merged 1 commit into from
Mar 30, 2024
Merged

log WPILogs to disk only #109

merged 1 commit into from
Mar 30, 2024

Conversation

dejabot
Copy link
Contributor

@dejabot dejabot commented Mar 26, 2024

Description

swap out WPI logging impl so this only logs to (USB) disk vs disk+console

How Has This Been Tested?

tested on burrobot

  • Unit tests: [Add your description here]
  • Simulator testing: [Add your description here]
  • On-robot bench testing: tested on burrobot. found logs in WPI logs and viewed in AdvantageScope by dragging into console.
  • On-robot field testing: [Add your description here]

@dejabot dejabot requested a review from rcahoon March 26, 2024 04:59
@dejabot dejabot force-pushed the wpilog-onlylogtousb branch from 05723be to 886255c Compare March 30, 2024 05:27
@rcahoon
Copy link
Member

rcahoon commented Mar 30, 2024

I notice there's a finish() method in DataLogEntry. Are we required to somehow call that, or is it optional?

@rcahoon
Copy link
Member

rcahoon commented Mar 30, 2024

Nvm, just read the docs. finish is optional

lgtm

@dejabot dejabot force-pushed the wpilog-onlylogtousb branch from 886255c to 5ec1db8 Compare March 30, 2024 19:09
@dejabot dejabot merged commit e14379e into main Mar 30, 2024
3 checks passed
@dejabot dejabot deleted the wpilog-onlylogtousb branch March 30, 2024 19:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants