change nas_log debug_switch
Parameters
Parameter |
Description |
Value |
---|---|---|
status=? | The status of switch. | The value is in the format of "enable" or "disable", where the "enable" is switch on and "disable" is switch off. |
controller=? | Indicates the controller ID. | The value is in the format of "XA" or "XB" or "XC" or "XD", where the "X" is an integer ranging from 0 to 3, for example: "0A", "1C". |
Example
Change the status of debug log switch.
developer:/>change nas_log debug_switch status=disable controller=0A Command executed successfully. developer:/>change nas_log debug_switch status=enable controller=0A WARNING: You are about to open the DEBUG log. This operation may cause NAS service performance to deteriorate. Suggestion: Confirm that you need to open the DEBUG log. Have you read warning message carefully?(y/n)y Are you sure you really want to perform the operation?(y/n)y Command executed successfully.