Skip to content

Commit 8c43a6d

Browse files
authored
Remove logging_enable=True from samples\sample_agents_basics.py (#42860)
1 parent 5665c4a commit 8c43a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/ai/azure-ai-agents/samples/sample_agents_basics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
from azure.identity import DefaultAzureCredential
2828
from azure.ai.agents.models import ListSortOrder
2929

30-
# Pass in 'logging_enable=True' to your client constructor for un-redacted logs
3130
project_client = AIProjectClient(
32-
endpoint=os.environ["PROJECT_ENDPOINT"], credential=DefaultAzureCredential(), logging_enable=True
31+
endpoint=os.environ["PROJECT_ENDPOINT"],
32+
credential=DefaultAzureCredential(),
3333
)
3434

3535
with project_client:

0 commit comments

Comments
 (0)