Minor formatting fix

This commit is contained in:
Sergey Lyubka 2022-05-25 11:14:42 +01:00
parent 5b448ec7a6
commit 5ce2130f05

View File

@ -3449,12 +3449,11 @@ Set Mongoose logging level.
Parameters:
- `spec` - String, containing log level, can be one of the following values:
- `0` - Disable logging
- `1` - Log errors only
- `2` - Log errors and info messages
- `3` - Log errors, into and debug messages
- `4` - Log everything
- `0` - Disable logging
- `1` - Log errors only
- `2` - Log errors and info messages
- `3` - Log errors, into and debug messages
- `4` - Log everything
Return value: None