privoxy: redirect stderr to default log path.
Closes #9292. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
013f7ae8f9
commit
d3d4e7e431
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ class Privoxy < Formula
|
|||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>#{var}/log/privoxy/logfile</string>
|
||||
</dict>
|
||||
</plist>
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue