diff --git a/apis/management.cattle.io/v3/logging_types.go b/apis/management.cattle.io/v3/logging_types.go index 00975c34..7ab08ffd 100644 --- a/apis/management.cattle.io/v3/logging_types.go +++ b/apis/management.cattle.io/v3/logging_types.go @@ -56,7 +56,7 @@ type ClusterLoggingSpec struct { LoggingTargets LoggingCommonField ClusterName string `json:"clusterName" norman:"type=reference[cluster]"` - ExcludeSystemComponent bool `json:"excludeSystemComponent,omitempty"` + IncludeSystemComponent *bool `json:"includeSystemComponent,omitempty" norman:"default=true"` } type ProjectLoggingSpec struct {