feat: Add log optimization option and enhance logging configuration

This commit is contained in:
2025-01-02 23:06:38 +08:00
parent bd593269fe
commit ebd90ca352
6 changed files with 29 additions and 6 deletions

View File

@@ -2635,6 +2635,12 @@ paths:
type: string
format: date-time
description: End time for log deletion
- name: optimize
in: query
schema:
type: boolean
default: true
description: Whether to optimize the log after clearing
responses:
"200":
description: OK