aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Force2014-11-11 12:53:33 -0800
committerJack Nagel2014-11-13 21:49:50 -0600
commit668281ea43f860fce52fc9949b14de29aef760f5 (patch)
treede22afdc2b14555d66003e3bd40fc59a365d436c
parentb1d719d63df58c9864f66abb0b51b3a66c39a202 (diff)
downloadhomebrew-668281ea43f860fce52fc9949b14de29aef760f5.tar.bz2
selenium: put logs under Homebrew's var/log
Closes #34112. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/selenium-server-standalone.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb
index 931f46108..3e74bab7a 100644
--- a/Library/Formula/selenium-server-standalone.rb
+++ b/Library/Formula/selenium-server-standalone.rb
@@ -40,9 +40,9 @@ class SeleniumServerStandalone < Formula
<key>ServiceDescription</key>
<string>Selenium Server</string>
<key>StandardErrorPath</key>
- <string>/var/log/selenium/selenium-error.log</string>
+ <string>#{var}/log/selenium-error.log</string>
<key>StandardOutPath</key>
- <string>/var/log/selenium/selenium-output.log</string>
+ <string>#{var}/log/selenium-output.log</string>
</dict>
</plist>
EOS