Skip to content

Commit

Permalink
made logs file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTinker64 committed Sep 24, 2023
1 parent c2aafe1 commit 3677360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void robotInit() {
m_robotContainer = new RobotContainer(m_swerveSubsystem);
DriverStation.silenceJoystickConnectionWarning(true);
// Logging stuff
DataLogManager.start();
DataLogManager.start("logs");
DriverStation.startDataLog(DataLogManager.getLog());
}

Expand Down

0 comments on commit 3677360

Please sign in to comment.