- Adds ability to retrieve current log level.
- Add log methods to capture throwables.
- Fix String.format
- Persist optOut changes.
- Default console logging to true.
- Default log level to trace.
- Unit testing to API 33.
- Add ability to force config synchronization.
- Add multi agent support.
- Add additional debug logging.
- Improve json serialization performance of source.
- Add ability to toggle console logging.
- Add ability to toggle remote logging.
- Add ability to toggle synchronous logging.
- Add ability to override log level locally.
- Adds GZIP compression.
- Improve password scrubber for JSON.
- Fixes incomplete log lines under certain edge cases.
- Add encryption at rest
- Remove buffered writer to favor immediate writing
- Improve java api
- Added default log scrubbers (emails and passwords)
- Stop logger when disk is full
- Fixes daily log trimming
- Threading is now down to 2 threads instead of 3.
- Adds stress test to demo app that has 4 threads logging simultaneously at a high volume.
- Initial release