Update ns-debug.md (#28535)

Fix RPC example method for `debug_verbosity`
This commit is contained in:
Adam Gall 2023-11-18 02:39:26 -05:00 committed by GitHub
parent 3bc0015238
commit 1e95560201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ The verbosity of individual packages and source files can be raised using `debug
| Client | Method invocation |
| :------ | ------------------------------------------------- |
| Console | `debug.verbosity(level)` |
| RPC | `{"method": "debug_vmodule", "params": [number]}` |
| RPC | `{"method": "debug_verbosity", "params": [number]}` |
### debug_vmodule