Skip to content

Commit b276f88

Browse files
committed
feat: instrument system metrics False per default
1 parent 5fd7afd commit b276f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from src.core.logging import setup_logging
44

55

6-
setup_logging(httpx=True, system_metrics=True)
6+
setup_logging(httpx=True)
77

88

99
def main() -> None:

0 commit comments

Comments
 (0)