appabuild.logger#

Attributes#

Functions#

loc_to_str(→ str)

Transform a loc path from an ErrorDetails (pydantic) into a human-readable path.

log_validation_error(e)

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#