binhex / arch-privoxyvpn

Docker build script for Arch Linux base with Privoxy and OpenVPN
GNU General Public License v3.0
102 stars 24 forks source link

Reduce verbosity when DEBUG=false #12

Open elotreum opened 3 years ago

elotreum commented 3 years ago

Despite setting DEBUG to false for this container, I continue to see DEBG output in the container logs and supervisord.log.

Examples are:

2021-02-10 12:00:08,712 DEBG 'start-script' stdout output: While this may show some valid output, is there a way to configure things to avoid outputting this line as it seems redundant.

Also, is there a way to make microsocks logging configurable (or, default to off). Once microsocks is running, I see no reason to continue to have my log files filled with things like the below:

2021-02-17 09:52:23,168 DEBG 'watchdog-script' stderr output:
client[12] 172.25.0.1: connected to alive.github.com:443
blixten85 commented 1 month ago

I wonder this too