Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis committed Dec 23, 2024
1 parent e57b560 commit f8ecdca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var (
// flag from the CLI or robot config.
GlobalLogLevel = zap.NewAtomicLevelAt(zap.InfoLevel)

// Whether to disable de-duplicating noisy logs; defaults to false and can be
// specified in robot config.
// DisableLogDeduplication controls whether to disable de-duplicating noisy
// logs; defaults to false and can be specified in robot config.
DisableLogDeduplication = atomic.Bool{}
)

Expand Down

0 comments on commit f8ecdca

Please sign in to comment.