hanzhenbjm

Results 10 comments of hanzhenbjm

![image](https://user-images.githubusercontent.com/33510155/131478353-2408d0e7-a3a8-41d9-b0a9-aa3257e12b36.png) ![image](https://user-images.githubusercontent.com/33510155/131478387-36f89e3d-80c0-4673-9ded-4845235ab9ad.png) and What this function does (CustomDefaultRequestResponseDTO) thanks

[main.zip](https://github.com/bobbui/json-logging-python/files/7209370/main.zip)

```2024-05-08T15:09:40.308425071+08:00 future: " } 2024-05-08T15:09:40.308442232+08:00 Traceback (most recent call last): 2024-05-08T15:09:40.308450229+08:00 File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/run.py", line 109, in _server_callback 2024-05-08T15:09:40.308457530+08:00 await TCPServer(app, loop, config, context, reader, writer) 2024-05-08T15:09:40.308465026+08:00 File "/usr/local/python3.12.0/lib/python3.12/site-packages/hypercorn/asyncio/tcp_server.py", line 74,...

How is the performance of hypercorn as a service, receiving http2 requests?

```python def debug_filter(record): return level_filter(level="DEBUG")(record) and _logger_filter(record) def error_filter(record): return level_filter(level="ERROR")(record) and _logger_filter(record) def trace_filter(record): return level_filter(level="TRACE")(record) and _logger_filter(record) def warn_filter(record): return level_filter(level="WARNING")(record) and _logger_filter(record) def info_filter(record): return level_filter(level="INFO")(record) and...

thank you request id use with logger.contextualize(request_id=transaction_id)?

In a complete request, the same uuid is added to each log, but different requests have different uuid

```python import os import json import time import uuid import socket import asyncio import datetime from loguru import logger from hypercorn.asyncio import serve from hypercorn.config import Config from fastapi import...

Under normal circumstances, the log file is a separate file, so it is just for convenience to see, please ask the custom log this code can be written, thank you...