SCRIPT: Spotless Apply

This commit is contained in:
PJ Reiniger
2025-11-07 20:01:24 -05:00
committed by Peter Johnson
parent 09d46229c7
commit ae6bdc9d25

View File

@@ -34,13 +34,13 @@ import org.wpilib.util.concurrent.Event;
* named "logs" if one is attached, or to /home/systemcore/logs otherwise.
*
* <p>Log files are initially named "WPILIB_TBD_{random}.wpilog" until the DS connects. After the DS
* connects, the log file is renamed to "WPILIB_yyyyMMdd_HHmmss.wpilog" (where the date/time is UTC).
* If the FMS is connected and provides a match number, the log file is renamed to
* connects, the log file is renamed to "WPILIB_yyyyMMdd_HHmmss.wpilog" (where the date/time is
* UTC). If the FMS is connected and provides a match number, the log file is renamed to
* "WPILIB_yyyyMMdd_HHmmss_{event}_{match}.wpilog".
*
* <p>On startup, all existing WPILIB_TBD log files are deleted. If there is less than 50 MB of free
* space on the target storage, WPILIB_ log files are deleted (oldest to newest) until there is 50 MB
* free OR there are 10 files remaining.
* space on the target storage, WPILIB_ log files are deleted (oldest to newest) until there is 50
* MB free OR there are 10 files remaining.
*
* <p>By default, all NetworkTables value changes are stored to the data log.
*/