mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #61] [MERGED] Log control #251
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/mageddo/dns-proxy-server/pull/61
Author: @mageddo
Created: 2/27/2018
Status: ✅ Merged
Merged: 3/1/2018
Merged by: @mageddo
Base:
master← Head:feature/60📝 Commits (5)
2381e69#60 some code to enable log manipulation10e3949#60 implementing log level and log to file feature056ff8a#60 implement log level and log path configuration8ddea45#60 creating unit test9bd3a9f#60 unnecessary files📊 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.