[xiph-commits] r14450 - in icecast/trunk/icecast: conf src

karl at svn.xiph.org karl at svn.xiph.org
Sat Feb 2 19:11:56 PST 2008


Author: karl
Date: 2008-02-02 19:11:54 -0800 (Sat, 02 Feb 2008)
New Revision: 14450

Modified:
   icecast/trunk/icecast/conf/icecast.xml.in
   icecast/trunk/icecast/src/cfgfile.c
Log:
minor xml cleanup, reduce default log level, closes #775


Modified: icecast/trunk/icecast/conf/icecast.xml.in
===================================================================
--- icecast/trunk/icecast/conf/icecast.xml.in	2008-02-03 01:09:08 UTC (rev 14449)
+++ icecast/trunk/icecast/conf/icecast.xml.in	2008-02-03 03:11:54 UTC (rev 14450)
@@ -44,14 +44,11 @@
     listings. -->
     <hostname>localhost</hostname>
 
-    <!-- You can use these two if you only want a single listening socket -->
-    <!--<port>8000</port> -->
-    <!--<bind-address>127.0.0.1</bind-address>-->
-
     <!-- You may have multiple <listener> elements -->
     <listen-socket>
         <port>8000</port>
         <!-- <bind-address>127.0.0.1</bind-address> -->
+        <!-- <shoutcast-mount>/stream</shoutcast-mount> -->
     </listen-socket>
     <!--
     <listen-socket>
@@ -155,7 +152,7 @@
         <accesslog>access.log</accesslog>
         <errorlog>error.log</errorlog>
         <!-- <playlistlog>playlist.log</playlistlog> -->
-      	<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
+      	<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
       	<logsize>10000</logsize> <!-- Max size of a logfile -->
         <!-- If logarchive is enabled (1), then when logsize is reached
              the logfile will be moved to [error|access|playlist].log.DATESTAMP,

Modified: icecast/trunk/icecast/src/cfgfile.c
===================================================================
--- icecast/trunk/icecast/src/cfgfile.c	2008-02-03 01:09:08 UTC (rev 14449)
+++ icecast/trunk/icecast/src/cfgfile.c	2008-02-03 03:11:54 UTC (rev 14450)
@@ -48,7 +48,7 @@
 #define CONFIG_DEFAULT_PLAYLIST_LOG NULL
 #define CONFIG_DEFAULT_ACCESS_LOG "access.log"
 #define CONFIG_DEFAULT_ERROR_LOG "error.log"
-#define CONFIG_DEFAULT_LOG_LEVEL 4
+#define CONFIG_DEFAULT_LOG_LEVEL 3
 #define CONFIG_DEFAULT_CHROOT 0
 #define CONFIG_DEFAULT_CHUID 0
 #define CONFIG_DEFAULT_USER NULL



More information about the commits mailing list