Add trace logLevel

This commit is contained in:
Sidharth Vinod 2022-08-21 09:42:30 +05:30
parent 238cbd14ca
commit 6de66eaba3
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -58,17 +58,10 @@ Theme , the CSS style sheet
## logLevel
| Parameter | Description | Type | Required | Values |
| --------- | ----------------------------------------------------- | ---------------- | -------- | ------------- |
| logLevel | This option decides the amount of logging to be used. | string \| number | Required | 1, 2, 3, 4, 5 |
| Parameter | Description | Type | Required | Values |
| --------- | ----------------------------------------------------- | ---------------- | -------- | -------------------------------------------------- |
| logLevel | This option decides the amount of logging to be used. | string \| number | Required | 'trace', 'debug', 'info', 'warn', 'error', 'fatal' |
**Notes:**
- Debug: 1
- Info: 2
- Warn: 3
- Error: 4
- Fatal: 5 (default)
## securityLevel