Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
22ee7b6b
Commit
22ee7b6b
authored
Feb 03, 2008
by
Karl Heyes
Browse files
minor xml cleanup, reduce default log level, closes
#775
svn path=/icecast/trunk/icecast/; revision=14450
parent
7b1ca956
Changes
2
Hide whitespace changes
Inline
Side-by-side
conf/icecast.xml.in
View file @
22ee7b6b
...
...
@@ -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,
...
...
src/cfgfile.c
View file @
22ee7b6b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment