title | summary |
---|---|
tiup cluster audit cleanup |
The `tiup cluster audit cleanup` command is used to clean up logs generated by the `tiup cluster` command. It has options to specify the number of days logs are retained and to print help information. The output confirms successful log cleaning. |
The tiup cluster audit cleanup
command is used to clean up the logs generated in executing the tiup cluster
command.
tiup cluster audit cleanup [flags]
- Specifies the days for which logs are retained.
- Data type:
INT
- Default value:
60
, in the unit of day. - By default, logs generated within the last 60 days are retained, which means logs generated before 60 days are removed.
- Prints the help information.
- Data type:
BOOLEAN
- Default value:
false
- To enable this option, you can add this option to the command, and pass the
true
value or do not pass any value.
clean audit log successfully