Unconfigure Logging

You can unconfigure a logging customization. The unconfiguration sets all the logging configurations to their default values.

About this task

Follow this procedure to unconfigure a customized logging.

Procedure

To unconfigure logging customization of a service to the default state, run the following command:
efa system logging unset [ --service service-name | --type logging-type |
Note

Note

For information about commands and supported parameters to unconfigure logging customization, see ExtremeCloud Orchestrator Command Reference, 3.2.1

Example

The following example sets the logging configuration to default:
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