Skip to content
Snippets Groups Projects
Commit c2f82b59 authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

logger: disable mission log by default (SDLOG_MISSION=0)

- I enabled it by default mostly for testing purposes
- Disabling it reduces resource usage as most setups don't need it
parent 490eeeb9
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ PARAM_DEFINE_INT32(SDLOG_MODE, 0);
* @reboot_required true
* @group SD Logging
*/
PARAM_DEFINE_INT32(SDLOG_MISSION, 1);
PARAM_DEFINE_INT32(SDLOG_MISSION, 0);
/**
* Logging topic profile (integer bitmask).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment