]> git.etc.gen.nz Git - spong.git/commitdiff
Added new options for new logging features.
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jan 2000 07:17:14 +0000 (07:17 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 24 Jan 2000 07:17:14 +0000 (07:17 +0000)
config/spong.conf

index 694338734c5a32368e87c19917bec914217b9ddd..4719f0fa2c8c25f15388976cc2f686d0ca879320 100755 (executable)
@@ -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";