mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #72] [MERGED] Fixing log level and wildcard features #254
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#254
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/72
Author: @mageddo
Created: 5/31/2018
Status: ✅ Merged
Merged: 5/31/2018
Merged by: @mageddo
Base:
master← Head:feature/60📝 Commits (10+)
35a78f9#60 upgrade logging framework4216802#60 updating docs, mapping log level optionsab64027#60 fixing unit testsb13de25updating docs24366c8#60 removing invalid options5789b25#60 fixing docs41f3a67#60 fixing developing instructions6dc1766#60 fixing docs and some fixing some logs that didn't respect the log level6c1428e#60 adding release notesd525952#60 refactoring docs📊 Changes
22 files changed (+269 additions, -137 deletions)
View changed files
📝
README.md(+9 -9)📝
RELEASE-NOTES.md(+5 -0)📝
VERSION(+1 -1)📝
builder(+6 -1)📝
conf/conf.go(+20 -5)📝
conf/conf_test.go(+4 -3)📝
dns.go(+1 -6)📝
docker-compose.yml(+1 -2)➖
docs/Compiling-the-project-from-source.md(+0 -28)➖
docs/Features.md(+0 -52)📝
docs/README.md(+2 -3)➕
docs/developing/Compiling-the-project-from-source.md(+39 -0)📝
docs/developing/Developing-at-the-project.md(+1 -2)📝
docs/developing/Generate-version.md(+0 -0)➕
docs/features.md(+83 -0)📝
events/docker/docker.go(+4 -3)📝
flags/flags.go(+1 -1)📝
log/log.go(+4 -0)📝
proxy/docker.go(+25 -7)📝
vendor/github.com/mageddo/go-logging/logging.go(+49 -9)...and 2 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.