PDA

View Full Version : How to increase log size



prasad
November 19th, 2008, 06:30 AM
Have couple of queries in Girder logging:

1)Where do the logs generated in "Logger" are saved(Logger is in View-> Logger) ?

2)Is there anyway we can increase the log size of the logger.I was able to increase the log size only till 1000 from File->Settings->EventLogSettings and changing the Log size.Maximum size allowed here is only 1000.How to increase the log size?

Thanks..

Rob H
November 19th, 2008, 08:46 AM
Those logs aren't actually saved anywhere as far as I know.

And 1000 is currently the upper limit.

What do you want to log? If it's just events then it's possible to use a bit of Lua to log those to a file.

prasad
November 19th, 2008, 08:42 PM
I would like to log the IR events sent by IR blaster to a device with date and time stamps.

I was using below commands to create logs in logger,pls let me know if there is a way I can send these logs to a file

gir.LogMessage("IR", "PLAY", icon)