Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 7, 2024
1 parent a329940 commit f9b5a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b5a09

Please sign in to comment.