We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd7afd commit b276f88Copy full SHA for b276f88
src/main.py
@@ -3,7 +3,7 @@
3
from src.core.logging import setup_logging
4
5
6
-setup_logging(httpx=True, system_metrics=True)
+setup_logging(httpx=True)
7
8
9
def main() -> None:
0 commit comments