From: Stephen L Johnson Date: Mon, 24 Jan 2000 07:17:14 +0000 (+0000) Subject: Added new options for new logging features. X-Git-Tag: spong-2_7-alpha5~109 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb933a426599dec4e90c4fb370520d60ca5de78;p=spong.git Added new options for new logging features. --- diff --git a/config/spong.conf b/config/spong.conf index 6943387..4719f0f 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -14,6 +14,9 @@ $SPONG_BB_UPDATE_PORT = 1984; # (Note: This option generate large amounts of data. Use with caution.) $STATUS_HISTORY = 1; +$SPONG_LOG_FILE = 1; # Log output to log file for spong-program in $SPONGTMP +$SPONG_LOG_SYSLOG = 0; # Log output to syslog + $WWWGIFS = "/spong/gifs"; $WWWHTML = "/usr/local/spong/www/html"; $WWWSPONG = "http://spong-server.aci.alltel.com/cgi-bin/www-spong";