logger: enable mission log by default

To get it field-tested. This can be reverted for a release...
This commit is contained in:
Beat Küng 2018-10-22 11:51:12 +02:00
parent 3a462c2ba7
commit 2642915a76
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ PARAM_DEFINE_INT32(SDLOG_MODE, 0);
* @reboot_required true
* @group SD Logging
*/
PARAM_DEFINE_INT32(SDLOG_MISSION, 0);
PARAM_DEFINE_INT32(SDLOG_MISSION, 1);
/**
* Logging topic profile (integer bitmask).