temporalio.runtime.LoggingConfig
class documentation

class LoggingConfig: (source)

View In Hierarchy

Configuration for runtime logging.

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

Filter for logging. Can use TelemetryFilter or raw string.

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

Undocumented