(self, message: str, exc_info: bool = True, **kwargs)
| 150 | request_logger.error(message, **log_data) |
| 151 | |
| 152 | def log_exception(self, message: str, exc_info: bool = True, **kwargs) -> None: |
| 153 | self.logger.exception(message, exc_info=exc_info, **kwargs) |
nothing calls this directly
no outgoing calls
no test coverage detected