[PR #92] [MERGED] fix: skip log health api #307

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/92
Author: @lcgash
Created: 3/11/2025
Status: Merged
Merged: 3/12/2025
Merged by: @Yeuoly

Base: mainHead: lcg-ignore-health-log


📝 Commits (5)

  • 7bb0b42 fix: skip log health api
  • eb5ba4c remove git pod yaml
  • 0cd7591 change log health api by env switch
  • c428c4d Merge remote-tracking branch 'origin/main' into lcg-ignore-health-log
  • 897dad4 fix unit test

📊 Changes

4 files changed (+14 additions, -1 deletions)

View changed files

📝 internal/server/endpoint_test.go (+1 -0)
📝 internal/server/http_server.go (+9 -1)
📝 internal/types/app/config.go (+3 -0)
📝 internal/types/app/default.go (+1 -0)

📄 Description

health api log is unnecessary


🔄 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-plugin-daemon/pull/92 **Author:** [@lcgash](https://github.com/lcgash) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `lcg-ignore-health-log` --- ### 📝 Commits (5) - [`7bb0b42`](https://github.com/langgenius/dify-plugin-daemon/commit/7bb0b42c88a5d76e47255599ca6f3cfa1edff80a) fix: skip log health api - [`eb5ba4c`](https://github.com/langgenius/dify-plugin-daemon/commit/eb5ba4c24d5323a3d22e9b1b4c33b0ee24b69545) remove git pod yaml - [`0cd7591`](https://github.com/langgenius/dify-plugin-daemon/commit/0cd7591aea582518ff0d11717a2e787f7b19200c) change log health api by env switch - [`c428c4d`](https://github.com/langgenius/dify-plugin-daemon/commit/c428c4d4bf6de020440ed53175b87c4b12209761) Merge remote-tracking branch 'origin/main' into lcg-ignore-health-log - [`897dad4`](https://github.com/langgenius/dify-plugin-daemon/commit/897dad4e2834218e856a949edc401909be270ea2) fix unit test ### 📊 Changes **4 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/server/endpoint_test.go` (+1 -0) 📝 `internal/server/http_server.go` (+9 -1) 📝 `internal/types/app/config.go` (+3 -0) 📝 `internal/types/app/default.go` (+1 -0) </details> ### 📄 Description health api log is unnecessary --- <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 01:15:29 -05:00
yindo closed this issue 2026-02-16 01:15:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#307