fix: logs and build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import logging
|
||||
|
||||
from agentci.logging import configure_logging
|
||||
|
||||
|
||||
def test_suppresses_http_client_request_logs() -> None:
|
||||
configure_logging()
|
||||
|
||||
assert logging.getLogger("httpx").level == logging.WARNING
|
||||
assert logging.getLogger("httpcore").level == logging.WARNING
|
||||
Reference in New Issue
Block a user