| View previous topic :: View next topic |
| Author |
Message |
esheldon76
Joined: 10 Nov 2009 Posts: 16
|
Posted: Tue Nov 10, 2009 4:26 pm Post subject: IceCast not outputting logfiles??? |
|
|
The location I specified for access.log and error.log is empty. I have searched the entire server, and no log files named access.log and error.log are showing anywhere. Please help. I need the access.log file for reporting. Here is what I have in the "Paths" and "Logging" section of the icecast.xml file:
<paths>
<logdir>E:\IcecastLogs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>2000</logsize>
<logarchive>1</logarchive>
</logging> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Nov 10, 2009 4:35 pm Post subject: |
|
|
That would tend to indicate that icecast cannot write to that directory, maybe a permission issue?
karl. |
|
| Back to top |
|
 |
esheldon76
Joined: 10 Nov 2009 Posts: 16
|
Posted: Tue Nov 10, 2009 4:42 pm Post subject: |
|
|
| Thank you for your quick response, karlH! I SO appreciate any help I can get on this. I didn't think of that since I can't find any real error log that's been updated. I added the two users that I could think of that might have an issue with access, but still not creating those files? Did everything seem okay in the xml file? |
|
| Back to top |
|
 |
esheldon76
Joined: 10 Nov 2009 Posts: 16
|
Posted: Tue Nov 10, 2009 5:12 pm Post subject: |
|
|
| Okay, I got the files to autocreate. Everything is working. I'm having another issue now, but I'll open another post, since it's not about getting log files to create. Thanks again for all your help. |
|
| Back to top |
|
 |
|