[PR #4054] [MERGED] use new log package #4900

Closed
opened 2026-05-05 14:50:54 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4054
Author: @fatedier
Created: 3/12/2024
Status: Merged
Merged: 3/12/2024
Merged by: @fatedier

Base: devHead: logs


📝 Commits (1)

📊 Changes

51 files changed (+389 additions, -405 deletions)

View changed files

📝 client/admin_api.go (+19 -19)
📝 client/connector.go (+3 -3)
📝 client/control.go (+13 -13)
📝 client/health/health.go (+4 -4)
📝 client/proxy/proxy.go (+9 -9)
📝 client/proxy/proxy_manager.go (+2 -2)
📝 client/proxy/proxy_wrapper.go (+6 -6)
📝 client/proxy/sudp.go (+11 -11)
📝 client/proxy/udp.go (+10 -10)
📝 client/proxy/xtcp.go (+17 -17)
📝 client/service.go (+7 -7)
📝 client/visitor/stcp.go (+7 -7)
📝 client/visitor/sudp.go (+16 -16)
📝 client/visitor/visitor_manager.go (+6 -6)
📝 client/visitor/xtcp.go (+24 -24)
📝 cmd/frpc/sub/root.go (+3 -3)
📝 cmd/frps/root.go (+4 -4)
📝 go.mod (+3 -4)
📝 go.sum (+8 -10)
📝 pkg/metrics/mem/server.go (+2 -2)

...and 31 more files

📄 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/fatedier/frp/pull/4054 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/12/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `logs` --- ### 📝 Commits (1) - [`ee4c1e9`](https://github.com/fatedier/frp/commit/ee4c1e951375d63175a35496e5b00b59cc067143) use new log package ### 📊 Changes **51 files changed** (+389 additions, -405 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+19 -19) 📝 `client/connector.go` (+3 -3) 📝 `client/control.go` (+13 -13) 📝 `client/health/health.go` (+4 -4) 📝 `client/proxy/proxy.go` (+9 -9) 📝 `client/proxy/proxy_manager.go` (+2 -2) 📝 `client/proxy/proxy_wrapper.go` (+6 -6) 📝 `client/proxy/sudp.go` (+11 -11) 📝 `client/proxy/udp.go` (+10 -10) 📝 `client/proxy/xtcp.go` (+17 -17) 📝 `client/service.go` (+7 -7) 📝 `client/visitor/stcp.go` (+7 -7) 📝 `client/visitor/sudp.go` (+16 -16) 📝 `client/visitor/visitor_manager.go` (+6 -6) 📝 `client/visitor/xtcp.go` (+24 -24) 📝 `cmd/frpc/sub/root.go` (+3 -3) 📝 `cmd/frps/root.go` (+4 -4) 📝 `go.mod` (+3 -4) 📝 `go.sum` (+8 -10) 📝 `pkg/metrics/mem/server.go` (+2 -2) _...and 31 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:50:54 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4900
No description provided.