Skip to main content

prefect.settings.models.server.logs

Classes

ServerLogsSettings

Settings for controlling behavior of the logs subsystem Methods:

settings_customise_sources

Define an order for Prefect settings sources. The order of the returned callables decides the priority of inputs; first item is the highest priority. See https://docs.pydantic.dev/latest/concepts/pydantic_settings/#customise-settings-sources

to_environment_variables

Convert the settings object to a dictionary of environment variables.