From 7cb933a426599dec4e90c4fb370520d60ca5de78 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 24 Jan 2000 07:17:14 +0000 Subject: [PATCH] Added new options for new logging features. --- config/spong.conf | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.30.2