Skip to content

Commit

Permalink
enable structlog module for debugging and structural logging
Browse files Browse the repository at this point in the history
  • Loading branch information
seetadev committed Feb 8, 2025
1 parent cd941b9 commit a8f7415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion libp2p/transport/quic/quic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import trio
import logging
import structlog
from typing import Optional, Tuple, Dict, List
from contextlib import asynccontextmanager
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"trio-typing>=0.0.4",
"aioquic>=0.9.20",
"trio>=0.26.0",
"structlog>=24.1.0",
]


Expand Down

0 comments on commit a8f7415

Please sign in to comment.