Releases: sematext/sematext-logsene-ios
Releases · sematext/sematext-logsene-ios
1.7.2
Improve file storage logging
The 1.7.1 release moves logging related to local logs storage to DEBUG level, to avoid verbose information in the application logs.
Append Only Files as Logs Storage And Removal of SQLite3 Dependency
This release brings the append-only files as the storage for logs and removes the dependency on SQLite3 DB as the storage for logs.
This release introduces two new configuration properties:
- maxOfflineFileSize - the maximum size of a single file used for offline storage (optional, 100000 by default).
- maxOfflineFiles - the maximum number of files used for offline storage (optional, 10 by default).
This release removes the following configuration property:
- maxOfflineMessages - no longer and replaced by
maxOfflineFileSize
andmaxOfflineFiles
properties.
Remove Quick & Nimble and prepare for watchOS and tvOS support
Remove Quick & Nimble and prepare for watchOS and tvOS support
Rename location field
Change the name of the location
field to geoip.location
for further improvements and consistency. Moving from version earlier than 2.3.0 to 2.3.0 will mean that the new geoip.location
field is used instead of location
.