Skip to content

Commit f02e02a

Browse files
committed
reduce SDLOG_PROFILE for SITL to keep CI uploaded logs small
1 parent 4e4f35b commit f02e02a

File tree

1 file changed

+2
-2
lines changed
  • ROMFS/px4fmu_common/init.d-posix

1 file changed

+2
-2
lines changed

ROMFS/px4fmu_common/init.d-posix/rcS

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ param set-default -s MC_AT_EN 1
170170

171171
# By default log from boot until first disarm.
172172
param set-default SDLOG_MODE 1
173-
# enable default, estimator replay and vision/avoidance logging profiles
174-
param set-default SDLOG_PROFILE 131
173+
# enable default topics only, to keep uploaded log files in CI reasonable
174+
param set-default SDLOG_PROFILE 1
175175
param set-default SDLOG_DIRS_MAX 7
176176

177177
param set-default TRIG_INTERFACE 3

0 commit comments

Comments
 (0)