appabuild.logger#
Attributes#
Functions#
|
Transform a loc path from an ErrorDetails (pydantic) into a human-readable path. |
Write a ValidationError (pydantic) in the logs. |
Module Contents#
- appabuild.logger.loc_to_str(loc: Tuple[int | str, Ellipsis]) str #
Transform a loc path from an ErrorDetails (pydantic) into a human-readable path.
- appabuild.logger.log_validation_error(e: pydantic.ValidationError)#
Write a ValidationError (pydantic) in the logs.
- appabuild.logger.file_handler#
- appabuild.logger.formatter#
- appabuild.logger.logger#
- appabuild.logger.stream_handler#