prefect.logging.formatters
Functions
format_exception_info(exc_info: ExceptionInfoType) -> dict[str, Any]
Classes
Formats log records as a JSON string.
The format may be specified as “pretty” to format the JSON with indents and
newlines.
Methods:
format(self, record: logging.LogRecord) -> str
Methods:
formatMessage(self, record: logging.LogRecord) -> str