...
Parameter | Description |
---|---|
| IP address of the Swarm API endpoint (or set |
| Admin credentials in the format |
| New log level to set (values: |
| New node log level to set (values: |
| Duration in seconds to keep the new log level (optional). |
| Runs the script in a detachable session using |
Instruction for Use
Example 1: Set cluster log level to 30
(permanent change
...
)
Code Block |
---|
./castor-change-log-level.sh -d 192.168.8.84 -p admin:datacore -i 30 |
...