Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
truncatelog -t <logs_truncated (all or up to end time in MM/DD/YYYY HH24:MI:SS format or as number of days before current date)> [-f <folder_name>] [-w <workflow_name>]
Option
| Argument
| Description
|
---|---|---|
-t
| logs_truncated
| Required. Use “all” to delete all logs, or enter an end time.
pmrep deletes all logs older than the end time. You can enter the end time with the format MM/DD/YYYY HH24:MI:SS, or you can specify the number of days before the current date. If you specify the number of days, the end time must be an integer greater than 0.
|
-f
| folder_name
| Optional. Deletes logs associated with the folder. If you do not give both the folder name and the workflow name, then pmrep deletes all logs from the repository.
|
-w
| workflow_name
| Optional. Deletes logs associated with the workflow. The Repository Service deletes all logs from the repository if you do not give both the folder name and the workflow name. If you give both the folder name and workflow name, the Repository Service deletes logs associated with the workflow. If you enter the workflow name, you must also provide the folder name.
|