loglevel
Command¶
Specify the Log Level for the current running enclave instance.
When the log level is specified this way, it will be reset on each Enclave restart to the value returned by the list-config
command.
Usage¶
enclave loglevel [<verbosity>]
[--profile <VALUE>]
[--verbosity|-v <VALUE>]
[--list|-l]
[--reset|-r]
Parameters¶
Position | Name | Short Name | Description |
---|---|---|---|
0 | verbosity | The verbosity to change the log level to. | |
profile | Specify the enclave profile name. | ||
verbosity | v | If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity. | |
list | l | List all available Log Levels. | |
reset | r | Reset the Log Level to that of the currently loaded profile. |
verbosity
Parameter (Position 0)¶
The verbosity to change the log level to.
Informational Name: | verbosity |
Position: | 0 |
Required: | No |
Default value: | None |
profile
Parameter¶
Specify the enclave profile name.
Name: | profile |
Position: | Named parameter |
Required: | No |
Default value: | None |
verbosity
Parameter¶
If specified, sets the verbosity of this command, overriding any configured value. Values of 1 to 5 will apply increasing verbosity.
Name: | verbosity |
Short name: | v |
Position: | Named parameter |
Required: | No |
Default value: | -1 |
list
Parameter¶
List all available Log Levels.
Name: | list |
Short name: | l |
Position: | None (Switch Parameter) |
Required: | No (Switch Parameter) |
Default value: | false |
reset
Parameter¶
Reset the Log Level to that of the currently loaded profile.
Name: | reset |
Short name: | r |
Position: | None (Switch Parameter) |
Required: | No (Switch Parameter) |
Default value: | false |
Documentation generated by MdDocs