You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dist/service_types.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2445,7 +2445,7 @@ kafka:
2445
2445
maximum: "9223372036854775807"
2446
2446
log_retention_hours:
2447
2447
title: log.retention.hours
2448
-
description: 'The number of hours to keep a log file before deleting it(Default: 168 hours (1 week))'
2448
+
description: 'The number of hours to keep a log file before deleting it. Use -1 for unlimited retention or 1 or higher. Setting 0 is invalid and prevents Kafka from starting. (Default: 168 hours, or 1 week)'
0 commit comments