Skip to content

Commit

Permalink
autotest: lower logging rate
Browse files Browse the repository at this point in the history
we are starting to get huge downloads for autotest failures. High
logging rates rarely help to diagnose an issue, so lower the default
rate when in autotest
  • Loading branch information
tridge committed Sep 28, 2024
1 parent 637aec0 commit ea87aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/autotest/vehicle_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3254,6 +3254,9 @@ def customise_SITL_commandline(self,
def default_parameter_list(self):
ret = {
'LOG_DISARMED': 1,
# also lower logging rate to reduce log sizes
'LOG_DARM_RATEMAX': 5,
'LOG_FILE_RATEMAX': 10,
}
if self.force_ahrs_type is not None:
if self.force_ahrs_type == 2:
Expand Down

0 comments on commit ea87aff

Please sign in to comment.