getditto / DittoSwiftTools

Diagnostic and Debugging Tools for DittoSwift
MIT License
9 stars 2 forks source link

iOS - Support Ditto automatic rotating logs in the Log Exporter tool #99

Closed bplattenburg closed 2 weeks ago

bplattenburg commented 7 months ago

Today, the Log Exporter tool requires that users turn on Ditto logs to a local file, which they then have to manage to it does not grow unbounded.

Since this tool was initially created, we created an automatic log rotation system which is on by default - the log exporter should ideally use this system instead and not require users to manage an additional log file in app code

bplattenburg commented 3 months ago

This should now be possible with 4.8.0, there is a new method on DittoLogger to export the on-disk logs