mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
SCRIPT: Spotless Apply
This commit is contained in:
committed by
Peter Johnson
parent
09d46229c7
commit
ae6bdc9d25
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user