Disables the specified logging level for the subcomponent in the component mentioned in the command. The user can enter multiple
levels of logging by separating them by commas. You cannot use this command to turn off Alarm tracing.
After the completion of the command, a message is displayed showing the current log trace settings enabled.
Restart the Cisco VVB services for the trace changes to take effect.
Command syntax
set vvb trace disable [component] [sub-component] [level]
Options
Component—The component such as Engine.
Sub-component—The subcomponent within the component such as SS_SIP within the Engine component.
Level—(Mandatory) The logging level which will be disabled. Tracing levels are Debugging, XDebugging1, XDebugging2, XDebugging2,
XDebugging3, XDebugging4 and XDebugging5. The tracing levels will also be available as part of the help of the command.
Requirements
Level privilege: 1
Command privilege level: 1
Allowed during upgrade: No
Example 1
admin:set vvb trace disable engine SS_VB debugging
Trace for engine:SS_VB:debugging is disabled.
Command successful.
Example 2
set vvb trace disable engine SS_SIP XDEBUGGING1,XDEBUGGING2
Trace for engine:SS_SIP:XDEBUGGING1 is disabled
Trace for engine:SS_SIP:XDEBUGGING2 is disabled
Command successful.