mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
docs/ns-debug: typo
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
1b1ae77cc4
commit
3cd348e8b7
1 changed files with 7 additions and 7 deletions
|
|
@ -363,7 +363,7 @@ For example the value `0s` will essentially turn on archive mode. If set to `1h`
|
|||
Returns a printed representation of the stacks of all goroutines. Note that the web3 wrapper for this method takes care of the printing and does not return the string.
|
||||
|
||||
| Client | Method invocation |
|
||||
| :------ | ------------------------------------------ |
|
||||
| :------ | ------------------------------------------------ |
|
||||
| Console | `debug.stacks(filter *string)` |
|
||||
| RPC | `{"method": "debug_stacks", "params": [filter]}` |
|
||||
|
||||
|
|
@ -742,7 +742,7 @@ Sets the logging verbosity ceiling. Log messages with level up to and including
|
|||
The verbosity of individual packages and source files can be raised using `debug_vmodule`.
|
||||
|
||||
| Client | Method invocation |
|
||||
| :------ | ------------------------------------------------- |
|
||||
| :------ | --------------------------------------------------- |
|
||||
| Console | `debug.verbosity(level)` |
|
||||
| RPC | `{"method": "debug_verbosity", "params": [number]}` |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue