When running the vracli log-bundle command without any options, the Aria Automation log bundle only collects logs for the past 2 days by default.
VMware Aria Automation 8.x
This is the default specification of the vracli log-bundle command. If no duration is specified, the collection process targets logs from the most recent 2 days.
If you need to collect logs older than the past 2 days, use the --since-days option to specify the number of days.
Execution Command:
vracli log-bundle --since-days <n>
Note:
Example:
To collect logs for the past 2 weeks (14 days):
vracli log-bundle --since-days 14