[PR #61] [MERGED] Log control #251

Closed
opened 2026-02-26 04:34:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/61
Author: @mageddo
Created: 2/27/2018
Status: Merged
Merged: 3/1/2018
Merged by: @mageddo

Base: masterHead: feature/60


📝 Commits (5)

📊 Changes

20 files changed (+619 additions, -363 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+34 -28)
📝 RELEASE-NOTES.md (+4 -0)
📝 VERSION (+1 -1)
📝 cache/lru/lru.go (+1 -3)
📝 cache/store/store.go (+1 -1)
📝 conf/conf.go (+29 -174)
📝 conf/conf_test.go (+91 -132)
📝 dns.go (+17 -10)
📝 docker-compose.yml (+1 -1)
docs/Features.md (+52 -0)
📝 events/local/local.go (+7 -1)
📝 flags/flags.go (+11 -0)
📝 log/log.go (+42 -7)
📝 resolvconf/dns_server_cleaner.go (+1 -1)
resolvconf/resolvconf.go (+181 -0)
resolvconf/resolvconf_test.go (+141 -0)
📝 resolvconf/set_machine_dns_server.go (+1 -1)
📝 utils/env/env.go (+2 -0)
📝 utils/utils.go (+1 -3)

📄 Description

Implementing #60


🔄 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/mageddo/dns-proxy-server/pull/61 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/27/2018 **Status:** ✅ Merged **Merged:** 3/1/2018 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/60` --- ### 📝 Commits (5) - [`2381e69`](https://github.com/mageddo/dns-proxy-server/commit/2381e69da16d1f423f70402b30d0390823c0a8d1) #60 some code to enable log manipulation - [`10e3949`](https://github.com/mageddo/dns-proxy-server/commit/10e3949b978f24fff5044fe477838f5c53fc6cbe) #60 implementing log level and log to file feature - [`056ff8a`](https://github.com/mageddo/dns-proxy-server/commit/056ff8a9fba806b1cd08f13985340dea70db9eb1) #60 implement log level and log path configuration - [`8ddea45`](https://github.com/mageddo/dns-proxy-server/commit/8ddea45897bbc2b852ac56024c6cf150f198f2d6) #60 creating unit test - [`9bd3a9f`](https://github.com/mageddo/dns-proxy-server/commit/9bd3a9fee51608e2db325f27c58b3ef9f175a129) #60 unnecessary files ### 📊 Changes **20 files changed** (+619 additions, -363 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+34 -28) 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `VERSION` (+1 -1) 📝 `cache/lru/lru.go` (+1 -3) 📝 `cache/store/store.go` (+1 -1) 📝 `conf/conf.go` (+29 -174) 📝 `conf/conf_test.go` (+91 -132) 📝 `dns.go` (+17 -10) 📝 `docker-compose.yml` (+1 -1) ➕ `docs/Features.md` (+52 -0) 📝 `events/local/local.go` (+7 -1) 📝 `flags/flags.go` (+11 -0) 📝 `log/log.go` (+42 -7) 📝 `resolvconf/dns_server_cleaner.go` (+1 -1) ➕ `resolvconf/resolvconf.go` (+181 -0) ➕ `resolvconf/resolvconf_test.go` (+141 -0) 📝 `resolvconf/set_machine_dns_server.go` (+1 -1) 📝 `utils/env/env.go` (+2 -0) 📝 `utils/utils.go` (+1 -3) </details> ### 📄 Description Implementing #60 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:37 +03: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
starred/dns-proxy-server-mageddo#251
No description provided.