We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac132f commit 40af8dbCopy full SHA for 40af8db
wpilibc/src/main/native/cpp/DataLogManager.cpp
@@ -309,7 +309,7 @@ void Thread::StopNTLog() {
309
void Thread::StartConsoleLog() {
310
if (!m_consoleLoggerEnabled && RobotBase::IsReal()) {
311
m_consoleLoggerEnabled = true;
312
- m_consoleLogger = {"/home/lvuser/FRC_UserProgram.log", m_log, "output"};
+ m_consoleLogger = {"/home/lvuser/FRC_UserProgram.log", m_log, "console"};
313
}
314
315
0 commit comments