mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #60] Any way to disable logs from terminal? #25
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#25
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?
Originally created by @devfelipereis on GitHub (Feb 27, 2018).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/60
Originally assigned to: @mageddo on GitHub.
First, thanks for all!
I'm using this image in my docker-compose file and when not running in detach mode, I see a lot of logs in the screen.
Is there any way to disable logs?
EDIT
I'm running in detach mode and using docker logs command to inspect my containers. A good solution for now.
@mageddo commented on GitHub (Feb 27, 2018):
Thank you for appreciate DPS, currently there is no way to disable logs, anyway I'm working to bring this feature soon at version
2.4.0, Bellow the description:All this options will be configurable by JSON configuration, terminal arguments and system environment variable.
@spravo commented on GitHub (Feb 27, 2018):
hey @devfelipereis.
If you want simple to disable log you should add the logging driver with the mode none.
example docker.compose.yml
@devfelipereis commented on GitHub (Feb 28, 2018):
@spravo So simple omg... Thank you so much!
@mageddo commented on GitHub (Mar 1, 2018):
Looks like the problem is solved for you, anyway I pre releleased a new version, you can check the documentation here. I might be useful for future users.
EDIT
If you test it and find some issue please let me know.
@mageddo commented on GitHub (Mar 1, 2018):
Thank you guys
@rrrealman commented on GitHub (May 31, 2018):
Hi, great thank for your service. I found that your log level option docs is invalid in latest versions. Currently I use 2.4.1 version docker image from
https://hub.docker.com/r/defreitas/dns-proxy-server/tags/.@mageddo commented on GitHub (May 31, 2018):
@rrrealman I'm sorry I broke it when developed #48 anyway I fixed at 2.5.2
@rrrealman commented on GitHub (Jun 9, 2018):
Never mind. Thank you for patch.