Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Icecast-Server Icecast-Server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 117
    • Issues 117
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.OrgXiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2016
Closed
Open
Issue created May 02, 2014 by Francois Lafont@_flaf

Add IP address of the source in error.log

Here is typical content of error.log during a source connection:

[2014-05-02  13:43:49] INFO connection/_handle_source_request Source logging in at mountpoint "/test1.mp3"
[2014-05-02  13:43:49] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2014-05-02  13:43:49] INFO source/source_main listener count on /test1.mp3 now 0
[2014-05-02  13:43:57] INFO source/get_next_buffer End of Stream /test1.mp3
[2014-05-02  13:43:57] INFO source/source_shutdown Source "/test1.mp3" exiting

It will be great if the IP source address was indicate in error.log. For example, something like that:

[2014-05-02  13:43:49] INFO connection/_handle_source_request Source (IP=192.168.0.26) logging in at mountpoint "/test1.mp3"
[2014-05-02  13:43:49] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2014-05-02  13:43:49] INFO source/source_main listener count on /test1.mp3 now 0
[2014-05-02  13:43:57] INFO source/get_next_buffer End of Stream /test1.mp3
[2014-05-02  13:43:57] INFO source/source_shutdown Source (IP=192.168.0.26) "/test1.mp3" exiting

Isn't it? ;-)

Francois Lafont

Assignee
Assign to
Time tracking