disableLogDeduplication property
Disables the robot's log deduplication (identical, noisy logs will still be output individually instead of aggregated.)
Implementation
@$pb.TagNumber(17)
$core.bool get disableLogDeduplication => $_getBF(16);
Implementation
@$pb.TagNumber(17)
set disableLogDeduplication($core.bool v) { $_setBool(16, v); }