Skip to content

feat: improve logging for resource overrides#1472

Open
dianagrecu-uipath wants to merge 3 commits intomainfrom
feat/increase-log-level-for-bindings-overwrites
Open

feat: improve logging for resource overrides#1472
dianagrecu-uipath wants to merge 3 commits intomainfrom
feat/increase-log-level-for-bindings-overwrites

Conversation

@dianagrecu-uipath
Copy link
Contributor

  • Upgrade log levels from DEBUG to INFO across the resource overrides and folder context flow to improve observability when investigating bindings overwrite issues
  • Add new INFO logs in FolderContext to capture the resolved folder_key/folder_path values from environment at initialization time
  • Add INFO log in header_folder() to surface when no folder headers are resolved for a service call

@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Mar 20, 2026
@dianagrecu-uipath dianagrecu-uipath force-pushed the feat/increase-log-level-for-bindings-overwrites branch from a0a7cfb to 072ec9a Compare March 20, 2026 14:43
await chat_runtime.dispose()
await runtime.dispose()

logger.info(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only executes for the debug command, but not for run or eval. I think a better place to log is in AgentsRuntimeFactory.new_runtime().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants