dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Privoxy log files not generated

Open thefunkygibbon opened this issue 1 year ago • 1 comments

I have the following in my config file for privoxy but no file ever gets created

confdir /etc/privoxy logdir /etc/privoxy

logfile privoxy.log debug 1 # Log startup messages debug 1024 # Log connection-related messages debug 4096 # Log data sent and received debug 8192 # Log forwarding rule handling debug 2 debug 128 debug 65536

any ideas?

thefunkygibbon avatar Nov 24 '24 12:11 thefunkygibbon

Try this solution https://unix.stackexchange.com/a/442928

prizrak1609 avatar May 28 '25 17:05 prizrak1609