diff --git a/doc/icecast2_config_file.html b/doc/icecast2_config_file.html index ee1d1db4..5a287851 100644 --- a/doc/icecast2_config_file.html +++ b/doc/icecast2_config_file.html @@ -213,7 +213,7 @@ Using this approach you can allow multiple shoutcast source clients to connect a
<shoutcast-mount>/live.nsv</shoutcast-mount> - <-- You may have multiple <listen-socket> elements --> + <!-- You may have multiple <listen-socket> elements --> <listen-socket> <port>8000</port> </listen-socket> @@ -688,7 +688,7 @@ Aliases are used to provide a way to create multiple mountpoints that refer to t <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <playlistlog>playlist.log</playlistlog> - <loglevel>4</loglevel> <-- 4 Debug, 3 Info, 2 Warn, 1 Error --> + <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> </logging>
This section contains information relating to logging within icecast. There are two logfiles currently generated by icecast, an error.log (where all log messages are placed) and an access.log (where all stream/admin/http requests are logged).