(self, record)
| 453 | } |
| 454 | |
| 455 | def format(self, record): |
| 456 | log_fmt = self.FORMATS.get(record.levelno) |
| 457 | formatter = logging.Formatter(log_fmt) |
| 458 | return formatter.format(record) |
| 459 | |
| 460 | logging.getLogger("httpx").setLevel(logging.WARNING) |
| 461 | logging.getLogger("multilspy").setLevel(logging.FATAL) |
no test coverage detected