Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion featurecontrol/featurecontrol.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func NewFlags(logger *slog.Logger, features string) (Flagger, error) {
logger.Warn("UTF-8 strict mode enabled")
case FeatureAutoGOMEMLIMIT:
opts = append(opts, enableAutoGOMEMLIMIT())
logger.Warn("Automatically set GOMEMLIMIT to match the Linux container or system memory limit.")
logger.Info("Automatically set GOMEMLIMIT to match the Linux container or system memory limit.")
case FeatureEventRecorder:
opts = append(opts, enableEventRecorder())
logger.Warn("Experimental event recorder enabled")
Expand Down