PDA

View Full Version : How to get debug logging to work ?


dflachbart
02-07-2006, 06:17 AM
Hi,

I am new to Studio and trying to get my hands dirty (so you probably will hear more often from me in this forum ... ;) ). I currently have the problem that I don't get any debug log output.

I read in some threads that you have to add the property "debug_logging=true" to the Sage property file. I am running Studio off a client, and added the property to both SageClient.properties and also to Sage.properties on the server, but I don't get any debug output. To which file is this supposed to go to ? I have a *mod*.0.log (sorry, writing this from work and cant remember the exact filename) with some output, but none of my DebugLog() calls appear in there. Any help would be appreciated.

Thanks,
Dirk

nielm
02-07-2006, 06:22 AM
the 'true' needs to be in capitals: 'TRUE' and it will create *.txt files

Also you can enable the console so that logging appears on -screen... change the console properties to have a large scroll buffer...

http://www.sagetv.com/troubleshooting.html#10

dflachbart
02-07-2006, 06:48 AM
the 'true' needs to be in capitals: 'TRUE' and it will create *.txt files


Ahhhhh ... ;)
Thanks ! :) :)


Also you can enable the console so that logging appears on -screen... change the console properties to have a large scroll buffer...

http://www.sagetv.com/troubleshooting.html#10

Cool, didn't know about this yet.


Thanks a bunch for the quick response !

Dirk