From 668281ea43f860fce52fc9949b14de29aef760f5 Mon Sep 17 00:00:00 2001 From: Justin Force Date: Tue, 11 Nov 2014 12:53:33 -0800 Subject: selenium: put logs under Homebrew's var/log Closes #34112. Signed-off-by: Jack Nagel --- Library/Formula/selenium-server-standalone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 ServiceDescription Selenium Server StandardErrorPath - /var/log/selenium/selenium-error.log + #{var}/log/selenium-error.log StandardOutPath - /var/log/selenium/selenium-output.log + #{var}/log/selenium-output.log EOS -- cgit v1.2.3