change nas_log function_debug_info
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
value=? | Debug information. The specification is 50 functions, each function name has less than 50 characters in length, and the number of function lines ranges from 1 to 4294967295. | The value can be "func1:line1,func2:line2..." or "null:null", where:
|
controller=? | 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
Set the function debugging information.
developer:/>change nas_log function_debug_info value=null:null controller=0A Command executed successfully. developer:/>change nas_log function_debug_info value=value=main:12,test:13 controller=0A WARNING: You are about to enable the function debugging of the NAS protocol. This operation may degrade the service performance of the NAS protocol. Suggestion: Confirm that you want to perform this operation based on the service type. 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.