[PR #66] [MERGED] docs(plugin): add guide to log strings for debugging #353

Closed
opened 2026-02-16 06:15:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/66
Author: @kurokobo
Created: 5/12/2025
Status: Merged
Merged: 5/12/2025
Merged by: @AllenWriter

Base: mainHead: logger


📝 Commits (1)

  • b797864 docs(plugin): add guide to log strings for debugging

📊 Changes

4 files changed (+123 additions, -3 deletions)

View changed files

📝 docs.json (+6 -3)
en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx (+39 -0)
ja-jp/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx (+39 -0)
zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx (+39 -0)

📄 Description

This PR adds a new page to guide users on how to log strings from a plugin to stdout for remote debugging, or to container logs for the plugin daemon.

image

image

image


🔄 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/langgenius/dify-docs/pull/66 **Author:** [@kurokobo](https://github.com/kurokobo) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@AllenWriter](https://github.com/AllenWriter) **Base:** `main` ← **Head:** `logger` --- ### 📝 Commits (1) - [`b797864`](https://github.com/langgenius/dify-docs/commit/b797864799f3c691eb896f38f2dc94d7c90df38f) docs(plugin): add guide to log strings for debugging ### 📊 Changes **4 files changed** (+123 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+6 -3) ➕ `en/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx` (+39 -0) ➕ `ja-jp/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx` (+39 -0) ➕ `zh-hans/plugins/best-practice/how-to-print-strings-to-logs-for-debugging.mdx` (+39 -0) </details> ### 📄 Description This PR adds a new page to guide users on how to log strings from a plugin to stdout for remote debugging, or to container logs for the plugin daemon. ![image](https://github.com/user-attachments/assets/a6957302-eecf-4996-b301-a1e03dd56d10) ![image](https://github.com/user-attachments/assets/3a01006b-0e8c-4dea-912f-fb84712942e1) ![image](https://github.com/user-attachments/assets/1286ad6b-d024-40d6-a645-b3b319b9c712) --- <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-16 06:15:14 -05:00
yindo closed this issue 2026-02-16 06:15:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#353