[PR #8] [MERGED] logging refactoring #107

Closed
opened 2026-05-05 11:01:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/8
Author: @mmatczuk
Created: 1/23/2017
Status: Merged
Merged: 1/27/2017
Merged by: @mmatczuk

Base: masterHead: mmt/logger


📝 Commits (1)

📊 Changes

19 files changed (+618 additions, -142 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 TODO.md (+17 -1)
📝 client.go (+112 -27)
📝 client_test.go (+14 -8)
📝 httpproxy.go (+29 -10)
📝 integration_test.go (+11 -3)
log/filterlogger.go (+44 -0)
log/filterlogger_test.go (+25 -0)
log/log.go (+54 -0)
log/log_test.go (+23 -0)
log/noplogger.go (+8 -0)
log/stdlogger.go (+15 -0)
mock/logger.go (+43 -0)
📝 proto/controlmsg.go (+0 -4)
📝 proxy.go (+0 -2)
📝 server.go (+167 -59)
📝 tcpproxy.go (+42 -11)
📝 tunneltest/tunneltest.go (+0 -8)
📝 utils.go (+13 -8)

📄 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/mmatczuk/go-http-tunnel/pull/8 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 1/23/2017 **Status:** ✅ Merged **Merged:** 1/27/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/logger` --- ### 📝 Commits (1) - [`3c35436`](https://github.com/mmatczuk/go-http-tunnel/commit/3c35436a49a55dcda4ca0e6754149ac013062936) logging refactoring ### 📊 Changes **19 files changed** (+618 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `TODO.md` (+17 -1) 📝 `client.go` (+112 -27) 📝 `client_test.go` (+14 -8) 📝 `httpproxy.go` (+29 -10) 📝 `integration_test.go` (+11 -3) ➕ `log/filterlogger.go` (+44 -0) ➕ `log/filterlogger_test.go` (+25 -0) ➕ `log/log.go` (+54 -0) ➕ `log/log_test.go` (+23 -0) ➕ `log/noplogger.go` (+8 -0) ➕ `log/stdlogger.go` (+15 -0) ➕ `mock/logger.go` (+43 -0) 📝 `proto/controlmsg.go` (+0 -4) 📝 `proxy.go` (+0 -2) 📝 `server.go` (+167 -59) 📝 `tcpproxy.go` (+42 -11) 📝 `tunneltest/tunneltest.go` (+0 -8) 📝 `utils.go` (+13 -8) </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 11:01:31 -06:00
Sign in to join this conversation.
No labels
pull-request
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/go-http-tunnel#107
No description provided.