I've written a very useful Data Field that models performance targets for Power, KJ spent, StopTime, etc. A race plan I hope to follow during a 24 hr race. I also train with this. It is useful to write out some data using System.println to the device's LOG directory every N minutes (say, every 30 mins)... With the calculated target values and my actual performance metrics. So I can quickly assess how well I followed the plan post-race or following training.
Anyway - as you may know, the LOG files max out at 6kb, then rollover to a BAK file. So it appears that the max size for a LOG is 12kb (between the BAK and the ACTIVE log files for a data field).
Is there a config parameter to extend the log size. Or another mechanism to write to a TEXT file on the device from a running Data Field?