Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable watchdog DEBUG? #414

Open
middleagedman opened this issue Nov 7, 2024 · 2 comments
Open

How to disable watchdog DEBUG? #414

middleagedman opened this issue Nov 7, 2024 · 2 comments

Comments

@middleagedman
Copy link

middleagedman commented Nov 7, 2024

I am currently using the microsocks proxy and even though I have

DEBUG=false
DELUGE_WEB_LOG_LEVEL=none

In my docker compose I'm still getting these sorts of outputs on my docker logs. How do I disable this from sending stderr output?

2024-11-07 16:02:04,962 DEBG 'watchdog-script' stderr output:
client[58] 192.168.1.2: connected to ocsp.globalsign.com:80

2024-11-07 16:02:05,058 DEBG 'watchdog-script' stderr output:
client[60] 192.168.1.2: connected to ocsp.globalsign.com:80

2024-11-07 16:02:05,104 DEBG 'watchdog-script' stderr output:
client[63] 192.168.1.2: connected to ocsp.globalsign.com:80

2024-11-07 16:02:11,273 DEBG 'watchdog-script' stderr output:
client[65] 192.168.1.2: connected to cdn.statically.io:443

2024-11-07 16:02:11,475 DEBG 'watchdog-script' stderr output:
client[50] 192.168.1.2: connected to cdn.statically.io:443

EDIT: I think it would be adding the "-q" option to the microsocks launch command. Maybe a feature update to the next version? Looks like right now in my container it's running with.

/usr/local/bin/microsocks -i 0.0.0.0 -p 9118 -b XX.XX.XX.XX

@binhex
Copy link
Owner

binhex commented Nov 8, 2024

The -q option has been added but the image has not been rebuilt (no new version of deluge), so this will be included in the next release.

@middleagedman
Copy link
Author

Ah thanks.. I just realized that the microsocks.sh file comes from arch-int-vpn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants