prefect.settings.models.logging

Functions

max_log_size_smaller_than_batch_size

max_log_size_smaller_than_batch_size(values: dict[str, Any]) -> dict[str, Any]

Validator for settings asserting the batch size and match log size are compatible

Classes

LoggingToAPISettings

Settings for controlling logging to the API

Methods:

emit_warnings

emit_warnings(self) -> Self

Emits warnings for misconfiguration of logging settings.

LoggingSettings

Settings for controlling logging behavior