efa system logging unset

Unconfigure logging for a service.

Syntax

efa system logging unset [ --service service name | --type logging type ]

Parameters

--service service name
Comma separated list of service names. Valid values are [all|auth|fabric|faultmanager|hyperv|inventory| notification|policy|raslog|rbac|system|tenant|vcenter].
--type logging type
Logging type to modify. Valid values are [all|error]. Default all.

Examples

The following examples set logging configuration to defaults with the unset command.
efa system logging unset --service inventory 
+-----------+------+---------+--------+ 
|  Service  | Type | Status  | Reason | 
+-----------+------+---------+--------+ 
| inventory | all  | Success |        | 
+-----------+------+---------+--------+ 
Logging unset 
                
efa system logging unset --service inventory,fabric --type error 
+-----------+-------+---------+--------+ 
|  Service  | Type  | Status  | Reason | 
+-----------+-------+---------+--------+ 
| inventory | error | Success |        | 
+-----------+-------+---------+--------+ 
|  fabric   | error | Success |        | 
+-----------+-------+---------+--------+ 
Logging unset