We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091986c commit 7bc6728Copy full SHA for 7bc6728
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_bedrock_patches.py
@@ -10,10 +10,6 @@
10
11
from botocore.response import StreamingBody
12
13
-_logger = logging.getLogger(__name__)
14
-# Set logger level to DEBUG
15
-_logger.setLevel(logging.DEBUG)
16
-
17
from amazon.opentelemetry.distro._aws_attribute_keys import (
18
AWS_BEDROCK_AGENT_ID,
19
AWS_BEDROCK_DATA_SOURCE_ID,
@@ -47,6 +43,10 @@
47
43
_MODEL_ID: str = "modelId"
48
44
_AWS_BEDROCK_SYSTEM: str = "aws_bedrock"
49
45
46
+_logger = logging.getLogger(__name__)
+# Set logger level to DEBUG
+_logger.setLevel(logging.DEBUG)
+
50
51
class _BedrockAgentOperation(abc.ABC):
52
"""
0 commit comments