aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index dca2364fa..a20079ed0 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -61,6 +61,10 @@ class Redis <Formula
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
+ <key>StandardErrorPath</key>
+ <string>#{var}/log/redis.log</string>
+ <key>StandardOutPath</key>
+ <string>#{var}/log/redis.log</string>
</dict>
</plist>
EOPLIST