prefect.logging
formatters
Formats log records as a JSON string. The format may be specified as “pretty” to format the JSON with indents and newlines. Methods:
Methods:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.logging.formattersformat_exception_info format_exception_info(exc_info: ExceptionInfoType) -> dict[str, Any]
JsonFormatter format format(self, record: logging.LogRecord) -> str
PrefectFormatter formatMessage formatMessage(self, record: logging.LogRecord) -> str
Was this page helpful?