...
Code Block |
---|
./castor-change-log-level.sh -d 192.168.8.84 -p admin:datacore -i 20 -t 30 --detach -v |
...
Running the Script at a Specific Time
The at
command can used to schedule the scrip script to run at a later time. This is useful when you need to start collecting debug logs at a specific hour.
Example 54: Schedule the script to run at 3:00 AM and collect debug logs for 1 hour
...