Skip to content

Commit

Permalink
Disable metrics logging
Browse files Browse the repository at this point in the history
(cherry picked from commit 91bf6d304ee9bc44bd797655070a6c593c5f8808)
  • Loading branch information
mathieucarbou committed Jun 27, 2024
1 parent 1ccf4c5 commit 4b924f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Mycila::Task initLoggingTask("Init Logging", [](void* params) {
}

profilerTask.setEnabled(debug);
routerDebugTask.setEnabled(debug);
routerDebugTask.setEnabled(false);

if (debug) {
// Enable profiling for some FOREVER tasks
Expand Down

0 comments on commit 4b924f0

Please sign in to comment.