class documentation
class LoggingConfig: (source)
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 |
Undocumented |
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.