Log_Bitmask detailed explanation?

Hi,
I can´t find a detailed information about the log bitmask.
Can anyone assist with a link e.g.
Wiki shows only 5 sample values.

[quote=“Gregmaan”]Hi,
I can´t find a detailed information about the log bitmask.
Can anyone assist with a link e.g.
Wiki shows only 5 sample values.[/quote]

ATTITUDE_FAST          1
ATTITUDE_MED           2
GPS                    4
PM                     8
CTUN                   16
NTUN                   32
RCIN                   64
IMU                    128
CMD                    256
CURRENT                512
RCOUT                  1024
OPTFLOW                2048
PID                    4096 // deprecated
COMPASS                8192
INAV                   16384 // deprecated
CAMERA                 -32768

Add them up and set the bitmask to that value.

I try to map lakes with an echo sounder and would like to reduce the size of the log file. Where in the bitmask is DPTH included … and Temperature (which I get from the echo sounder) ? Ist there a list off which detailed parameters are associated to which of the above bitmask bits?

AFAIK, it is logged under the rangefinder, so probably disabling rangefinder bitmask should disable it too.
Never tried though, you can try LOG_BITMASK, 10th bit.