[PR #1444] [MERGED] feat(api): add support for injecting langgraph_node in structured logs, expose structlog #1464

Closed
opened 2026-02-15 20:15:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1444
Author: @dqbd
Created: 7/24/2025
Status: Merged
Merged: 7/25/2025
Merged by: @dqbd

Base: mainHead: dqbd/api-structlog


📝 Commits (2)

  • 6b2c97d feat(api): add support for injecting langgraph_node in structured logs, expose structlog
  • a852c31 Create sixty-dolphins-nail.md

📊 Changes

8 files changed (+136 additions, -2 deletions)

View changed files

.changeset/sixty-dolphins-nail.md (+6 -0)
📝 libs/langgraph-api/src/logging.mts (+27 -1)
📝 libs/langgraph-api/src/server.mts (+23 -1)
📝 libs/langgraph-api/tests/graphs/agent_simple.mts (+5 -0)
📝 libs/sdk/.gitignore (+4 -0)
📝 libs/sdk/langchain.config.js (+1 -0)
📝 libs/sdk/package.json (+13 -0)
libs/sdk/src/logging/index.ts (+57 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1444 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/api-structlog` --- ### 📝 Commits (2) - [`6b2c97d`](https://github.com/langchain-ai/langgraphjs/commit/6b2c97d5ffac550aa1ef5d0c8ecdfe7206551e9e) feat(api): add support for injecting `langgraph_node` in structured logs, expose structlog - [`a852c31`](https://github.com/langchain-ai/langgraphjs/commit/a852c314b2a9572ff0d407745514b5ee30d7d2b3) Create sixty-dolphins-nail.md ### 📊 Changes **8 files changed** (+136 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/sixty-dolphins-nail.md` (+6 -0) 📝 `libs/langgraph-api/src/logging.mts` (+27 -1) 📝 `libs/langgraph-api/src/server.mts` (+23 -1) 📝 `libs/langgraph-api/tests/graphs/agent_simple.mts` (+5 -0) 📝 `libs/sdk/.gitignore` (+4 -0) 📝 `libs/sdk/langchain.config.js` (+1 -0) 📝 `libs/sdk/package.json` (+13 -0) ➕ `libs/sdk/src/logging/index.ts` (+57 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:51 -05:00
yindo closed this issue 2026-02-15 20:15:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1464