Skip to content

Commit 0d60fa3

Browse files
committed
logging improvement
1 parent d80cd4e commit 0d60fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp_proxy_for_aws/logging_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ def configure_logging(level: Optional[str] = None) -> None:
4848
# Set httpx logging to WARNING by default to reduce noise
4949
logging.getLogger('httpx').setLevel(logging.WARNING)
5050
logging.getLogger('httpcore').setLevel(logging.WARNING)
51+
logging.getLogger('botocore').setLevel(logging.WARNING)

0 commit comments

Comments
 (0)