mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
[PR #66] [MERGED] docs(plugin): add guide to log strings for debugging #353
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:logger📝 Commits (1)
b797864docs(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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.