class documentation

class LoggingConfig: (source)

View In Hierarchy

Configuration for runtime logging.

Class Variable default Default logging configuration of Core WARN level and other ERROR level.
Class Variable filter Filter for logging. Can use TelemetryFilter or raw string.
Class Variable format Format for Core logs written to the console. This is ignored when forwarding is set. If unset, this defaults to compact output.
Class Variable forwarding If present, Core logger messages will be forwarded to a Python logger. See the LogForwardingConfig docs for more info.
Method _to_bridge_config Undocumented

Default logging configuration of Core WARN level and other ERROR level.

Filter for logging. Can use TelemetryFilter or raw string.

Format for Core logs written to the console. This is ignored when forwarding is set. If unset, this defaults to compact output.

If present, Core logger messages will be forwarded to a Python logger. See the LogForwardingConfig docs for more info.

Undocumented