@dittolive/ditto 4.13.1 → 4.15.0-experimental-b6835ba.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/ditto.d.ts CHANGED
@@ -6269,9 +6269,9 @@ declare class Logger {
6269
6269
  * the `path` parameter. When uncompressed, the file contains one JSON value
6270
6270
  * per line with the oldest entry on the first line (JSON lines format).
6271
6271
  *
6272
- * By default, Ditto limits the amount of logs it retains on disk to 15 MB and
6273
- * a maximum age of 15 days. Older logs are periodically discarded once one of
6274
- * these limits is reached.
6272
+ * Ditto limits the amount of logs it retains on disk to 15 MB and a maximum
6273
+ * age of three days. Older logs are periodically discarded once one of these
6274
+ * limits is reached.
6275
6275
  *
6276
6276
  * This method currently only exports logs from the most recently created
6277
6277
  * Ditto instance, even when multiple instances are running in the same