Skip to content
Lucas Gallone edited this page Mar 19, 2026 · 3 revisions

WestBroadcast Streamer features a logging system to record various events, including those related to the operation of audio sources, failed and successful access to the webserver (along with the client's IP address), the sending of alert emails, ...

Events are stored in the host machine's RAM, up to a limit of 1,000 messages. RAM usage is technically negligible.
Restarting the decoder resets the log history.

It is possible to filter events by type and export them to a text file.


Clone this wiki locally