post http://127.0.0.1:5001/api/v1/log/level
Change the logging level.
Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The subsystem logging identifier. Use all for all subsystems. | string | Y |
arg | The log level, with debug the most verbose and critical the least verbose. One of: debug, info, warning, error, critical. | boolean | Y |