[PR #343] [MERGED] Improve debug logging #1401

Closed
opened 2026-02-20 17:44:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/343
Author: @nfcampos
Created: 4/24/2024
Status: Merged
Merged: 4/24/2024
Merged by: @nfcampos

Base: mainHead: nc/24apr/dbeug


📝 Commits (2)

📊 Changes

3 files changed (+83 additions, -41 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+45 -31)
📝 langgraph/pregel/debug.py (+37 -9)
📝 langgraph/pregel/log.py (+1 -1)

📄 Description

  • now printing 3 logs per step
    • list of nodes about to be executed
    • list of state updates returned by nodes
    • state checkpoint after updates applied

🔄 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/langgraph/pull/343 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/24/2024 **Status:** ✅ Merged **Merged:** 4/24/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/24apr/dbeug` --- ### 📝 Commits (2) - [`d335342`](https://github.com/langchain-ai/langgraph/commit/d3353427ae56fd317860ee19c937621566d712e6) Improve debug logging - [`c1feff2`](https://github.com/langchain-ai/langgraph/commit/c1feff22117d30c615d42c6042af54b7b59c7baf) Rename for clarity ### 📊 Changes **3 files changed** (+83 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+45 -31) 📝 `langgraph/pregel/debug.py` (+37 -9) 📝 `langgraph/pregel/log.py` (+1 -1) </details> ### 📄 Description - now printing 3 logs per step - list of nodes about to be executed - list of state updates returned by nodes - state checkpoint after updates applied --- <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-20 17:44:38 -05:00
yindo closed this issue 2026-02-20 17:44:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1401