We are using licensed Couchbase community edition for our project, and we are facing issues with logging system of Couchbase. The log file size is too much, and we are trying to compress all the logs into a single .log file. We also need to add older log files to archieve folder, and for current log files, we want to add log file size. How can we achieve that?
Logging configuration documentation can be found here. It also gives the locations of the log files, so if there is something you want to do outside of what is configurable (such as combining them), you can operate directly on the files.
1 Like