Update ns-debug.md (#28535)
Fix RPC example method for `debug_verbosity`
This commit is contained in:
parent
3bc0015238
commit
1e95560201
|
@ -744,7 +744,7 @@ The verbosity of individual packages and source files can be raised using `debug
|
||||||
| Client | Method invocation |
|
| Client | Method invocation |
|
||||||
| :------ | ------------------------------------------------- |
|
| :------ | ------------------------------------------------- |
|
||||||
| Console | `debug.verbosity(level)` |
|
| Console | `debug.verbosity(level)` |
|
||||||
| RPC | `{"method": "debug_vmodule", "params": [number]}` |
|
| RPC | `{"method": "debug_verbosity", "params": [number]}` |
|
||||||
|
|
||||||
### debug_vmodule
|
### debug_vmodule
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue