Skip to content

Commit

Permalink
Enable log file
Browse files Browse the repository at this point in the history
  • Loading branch information
floppyhammer committed Jan 18, 2025
1 parent 2043a7f commit 22b3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ int main() {
app->set_window_title("Aviateur - OpenIPC FPV Ground Station");

// Redirect standard output to a file
// freopen("last_run_log.txt", "w", stdout);
freopen("last_run_log.txt", "w", stdout);

Flint::Logger::set_module_level("Aviateur", Flint::Logger::Level::Info);

Expand Down

0 comments on commit 22b3b8e

Please sign in to comment.