Skip to content

Commit

Permalink
RSDK-9436 Add disable_log_deduplication to robot config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis committed Dec 11, 2024
1 parent 1453be1 commit adee891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/viam/app/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ message RobotConfig {
// Attributes a particular revision to the config.
string revision = 15;
optional MaintenanceConfig maintenance = 16;
// Disables the robot's log deduplication (identical, noisy logs will still
// be output individually instead of aggregated.)
bool disable_log_deduplication = 17;
}

// LogPatternConfig allows you to specify a 2-tuple consisting
Expand Down

0 comments on commit adee891

Please sign in to comment.