prefect.settings.models.logging
max_log_size_smaller_than_batch_size
max_log_size_smaller_than_batch_size(values: dict[str, Any]) -> dict[str, Any]
LoggingToAPISettings
emit_warnings
emit_warnings(self) -> Self
settings_customise_sources
settings_customise_sources(cls, settings_cls: type[BaseSettings], init_settings: PydanticBaseSettingsSource, env_settings: PydanticBaseSettingsSource, dotenv_settings: PydanticBaseSettingsSource, file_secret_settings: PydanticBaseSettingsSource) -> tuple[PydanticBaseSettingsSource, ...]
to_environment_variables
to_environment_variables(self, exclude_unset: bool = False, include_secrets: bool = True, include_aliases: bool = False) -> dict[str, str]
LoggingSettings
Was this page helpful?