From f9b5a0988fc26114b19571579aab06585943438d Mon Sep 17 00:00:00 2001 From: "zhuxiujia@qq.com" Date: Fri, 8 Mar 2024 00:26:06 +0800 Subject: [PATCH] edit doc --- docs/v4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v4/README.md b/docs/v4/README.md index 6e0e9f6..41a2dea 100644 --- a/docs/v4/README.md +++ b/docs/v4/README.md @@ -513,7 +513,7 @@ if you open features on Cargo.toml "debug_mode", You will see the following feat * show the database `rows` data . you can see log(```query <= len=1,rows=[{"id":1}]```) * show decoding invalid type Which field did the parsing fail. you can see error(```"invalid type: integer `1`, expected a string, key=`status`"```) -Note! debug_mode should set log level to 'debug' +please notice, debug_mode should set log level to 'debug' > how to open debug_mode features on Cargo.toml? ```toml