Only allow warn+err lvl logging for Tor service

The Tor service logs often confuse Whoogle users, since they're a lot
more verbose than anything Whoogle ever reports. The bulk of these logs
use "notice" level logging and are not helpful for the average user, so
everything between debug and notice is now directed to /dev/null.

Fixes #825
main
Ben Busby 2022-08-11 10:09:18 -06:00
parent a6a97aa9c7
commit 81a802e3fc
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ CookieAuthFileGroupReadable 1
ExtORPortCookieAuthFileGroupReadable 1 ExtORPortCookieAuthFileGroupReadable 1
CacheDirectoryGroupReadable 1 CacheDirectoryGroupReadable 1
CookieAuthFile /var/lib/tor/control_auth_cookie CookieAuthFile /var/lib/tor/control_auth_cookie
Log debug file /dev/null
Log info file /dev/null
Log notice file /dev/null