From 9b1f1e7639a5b7fcb8a54db13c804830119361b6 Mon Sep 17 00:00:00 2001 From: Tor Colvin Date: Fri, 23 Aug 2024 06:08:45 -0400 Subject: [PATCH] CBG-3933 correct docs for number of days audit logs are retained (#7085) --- docs/api/components/schemas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/components/schemas.yaml b/docs/api/components/schemas.yaml index d1ed352cff..6bdfb7e8ad 100644 --- a/docs/api/components/schemas.yaml +++ b/docs/api/components/schemas.yaml @@ -2509,8 +2509,8 @@ Audit-logging-config: - type: object properties: max_age: - description: The maximum number of days to retain old log files. By default, there is no rotation, max_age=0. - default: 0 + description: The maximum number of days to retain old log files. + default: 6 type: integer type: object properties: