From 389a41f15e755b2627a225364714671a5292c439 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Mon, 12 Jan 2026 10:25:06 +0530 Subject: [PATCH] DOC-13853 Change in behaviour for Log File rotation in 8.0 https://jira.issues.couchbase.com/browse/DOC-13853 --- modules/manage/pages/manage-logging/manage-logging.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/manage/pages/manage-logging/manage-logging.adoc b/modules/manage/pages/manage-logging/manage-logging.adoc index c8113c31bf..69edc6a3f0 100644 --- a/modules/manage/pages/manage-logging/manage-logging.adoc +++ b/modules/manage/pages/manage-logging/manage-logging.adoc @@ -240,9 +240,6 @@ Couchbase Server rotates log files to prevent them from consuming too much disk It keeps a limited number of past log files in compressed format for reference. Once it reaches the limit on the number of logs files to keep, Couchbase Server deletes the oldest log file. -By default, Couchbase Server rotates the `memcached` log file when it reaches 10{nbsp}MB in size. -In addition to the current uncompressed log file, it keeps 19 past logs. - Couchbase Server rotates other log files automatically when they reach 40{nbsp}MB. It keeps the current version of the log, plus up to 9 compressed past logs.