Mengla/logging-minor-improve#45063
Merged
lusu-msft merged 2 commits intoAzure:lusu/agentserver-1110from Feb 6, 2026
Merged
Conversation
|
Thank you for your contribution @melionel! We will review the pull request and get back to you soon. |
lusu-msft
approved these changes
Feb 6, 2026
iuiaoin
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Problem
Changes
azure/ai/agentserver/core/logger.py
- "Using project endpoint from AZURE_AI_PROJECT_ENDPOINT: {endpoint}"
- "Using project endpoint derived from AGENT_PROJECT_RESOURCE_ID: {endpoint}"
- logger.debug("Application Insights not configured, telemetry export disabled.")
- logger.debug("No Application Insights connection found for project: {endpoint}")
azure/ai/agentserver/core/server/base.py
azure/ai/agentserver/agentframework/_workflow_agent_adapter.py
Result
2026-02-06 10:04:16 - azure.ai.agentserver - INFO - Starting FoundryCBAgent server on port 8088
INFO: Started server process [63464]
INFO: Waiting for application startup.
2026-02-06 10:04:17 - azure.ai.agentserver - INFO - FoundryCBAgent server started successfully on port 8088
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines