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
This commit is contained in:
Beat Küng
2019-01-09 13:56:37 +01:00
committed by Daniel Agar
parent 490eeeb9d9
commit c2f82b5996
+1 -1
View File
@@ -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).