diff --git a/wpilibj/src/main/java/org/wpilib/system/DataLogManager.java b/wpilibj/src/main/java/org/wpilib/system/DataLogManager.java index 2c0eac2177..cd7f618fc5 100644 --- a/wpilibj/src/main/java/org/wpilib/system/DataLogManager.java +++ b/wpilibj/src/main/java/org/wpilib/system/DataLogManager.java @@ -34,13 +34,13 @@ import org.wpilib.util.concurrent.Event; * named "logs" if one is attached, or to /home/systemcore/logs otherwise. * *
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". * *
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. * *
By default, all NetworkTables value changes are stored to the data log. */