aboutsummaryrefslogtreecommitdiff
path: root/10broker-config.yml
diff options
context:
space:
mode:
Diffstat (limited to '10broker-config.yml')
-rw-r--r--10broker-config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/10broker-config.yml b/10broker-config.yml
index aef7a89..b1d4ef1 100644
--- a/10broker-config.yml
+++ b/10broker-config.yml
@@ -118,7 +118,7 @@ data:
# from the end of the log.
# The minimum age of a log file to be eligible for deletion due to age
- log.retention.hours=168
+ log.retention.hours=-1
# A size-based retention policy for logs. Segments are pruned from the log unless the remaining
# segments drop below log.retention.bytes. Functions independently of log.retention.hours.