From 5ce2130f0553375b0d48e9dcae71eb7c6c17f5b6 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 25 May 2022 11:14:42 +0100 Subject: [PATCH] Minor formatting fix --- docs/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0810c612..946f6522 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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