Browse Source

Make it clear up front that SDLOG is a bitmask

sbg
Hamish Willee 7 years ago committed by Beat Küng
parent
commit
37aa2132e5
  1. 4
      src/modules/logger/params.c

4
src/modules/logger/params.c

@ -67,9 +67,9 @@ PARAM_DEFINE_INT32(SDLOG_UTC_OFFSET, 0); @@ -67,9 +67,9 @@ PARAM_DEFINE_INT32(SDLOG_UTC_OFFSET, 0);
PARAM_DEFINE_INT32(SDLOG_MODE, 0);
/**
* Logging Topic Profile
* Logging topic profile (integer bitmask).
*
* This is an integer bitmask controlling the set and rates of logged topics.
* This integer bitmask controls the set and rates of logged topics.
* The default allows for general log analysis and estimator replay, while
* keeping the log file size reasonably small.
*

Loading…
Cancel
Save