| View previous topic :: View next topic |
| Author |
Message |
WAB
Joined: 29 Aug 2007 Posts: 27
|
Posted: Mon Sep 15, 2008 12:10 pm Post subject: Icecast logs |
|
|
How can I access the icecast logs via http in a lan?
By logs, I mean the log files in the local icecast "log" folder.
I want to use the sawmill program to proccess the log file from another pc (icecast in linux, sawmill in windows xp) |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Sep 15, 2008 12:32 pm Post subject: |
|
|
you could use a symbolic link in webroot referring to each of the logs you want. Only the kh tree has the last N lines of log via the admin interface at the moment.
karl. |
|
| Back to top |
|
 |
WAB
Joined: 29 Aug 2007 Posts: 27
|
Posted: Wed Sep 17, 2008 5:48 pm Post subject: Icecast logs |
|
|
| can you be more specific? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Sep 17, 2008 6:29 pm Post subject: |
|
|
cd <webroot>
ln -s <logdir>/error.log myerror.log
then you can get it via http://ip:8000/myerror.log
karl. |
|
| Back to top |
|
 |
WAB
Joined: 29 Aug 2007 Posts: 27
|
Posted: Wed Sep 17, 2008 6:43 pm Post subject: +1 |
|
|
quick answer  |
|
| Back to top |
|
 |
|