pub type ReplicaLogging = ComputeReplicaLogging;
Expand description

Configures logging for a cluster replica.

Aliased Type§

struct ReplicaLogging {
    pub log_logging: bool,
    pub interval: Option<Duration>,
}

Fields§

§log_logging: bool

Whether to enable logging for the logging dataflows.

§interval: Option<Duration>

The interval at which to log.

A None value indicates that logging is disabled.