diff --git a/src/ozones/Server/bin/ozones-server b/src/ozones/Server/bin/ozones-server index cf75a32d8c..fe2843754b 100755 --- a/src/ozones/Server/bin/ozones-server +++ b/src/ozones/Server/bin/ozones-server @@ -22,6 +22,7 @@ if [ -z "$ONE_LOCATION" ]; then OZONES_SERVER=$OZONES_LOCATION/ozones-server.rb OZONES_LOCK_FILE=/var/lock/one/.ozones.lock OZONES_LOG=/var/log/one/ozones-server.log + OZONES_LOG_ERROR=/var/log/one/ozones-server.error OZONES_CONF=/etc/one/ozones-server.conf else OZONES_PID=$ONE_LOCATION/var/ozones.pid diff --git a/src/sunstone/bin/sunstone-server b/src/sunstone/bin/sunstone-server index 5065a5122d..e9b3b0e1ad 100755 --- a/src/sunstone/bin/sunstone-server +++ b/src/sunstone/bin/sunstone-server @@ -22,6 +22,7 @@ if [ -z "$ONE_LOCATION" ]; then SUNSTONE_SERVER=/usr/lib/one/sunstone/sunstone-server.rb SUNSTONE_LOCK_FILE=/var/lock/one/.sunstone.lock SUNSTONE_LOG=/var/log/one/sunstone.log + SUNSTONE_LOG_ERROR=/var/log/one/sunstone.error SUNSTONE_CONF=/etc/one/sunstone-server.conf else SUNSTONE_PID=$ONE_LOCATION/var/sunstone.pid