diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/start')
-rwxr-xr-x | sca-cpp/trunk/hosting/server/start | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-cpp/trunk/hosting/server/start b/sca-cpp/trunk/hosting/server/start index 1737efb7b1..a608ccb2e5 100755 --- a/sca-cpp/trunk/hosting/server/start +++ b/sca-cpp/trunk/hosting/server/start @@ -22,6 +22,7 @@ here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here` jsprefix=`echo "import os; print os.path.realpath('$here/../../modules/js')" | python` +host=`hostname` # Configure and start logging if [ -x ../../components/log/scribe-cat ]; then @@ -48,8 +49,8 @@ if [ -x ../../components/log/scribe-cat ]; then cat >tmp/conf/log.conf <<EOF # Generated by: start $* LogLevel notice -ErrorLog "|$here/../../components/log/scribe-cat server" -CustomLog "|$here/../../components/log/scribe-cat server" combined +ErrorLog "|$here/../../components/log/scribe-cat $host server" +CustomLog "|$here/../../components/log/scribe-cat $host server" combined EOF |