Skip to content

Commit

Permalink
Make base namespace end with colon-hash in docs and READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Sep 20, 2024
1 parent c8f0032 commit 7b23b79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ The following initial logger is currently available:

| Logger | Description |
| ------------------- | ------------------------------------------------------------------------ |
| `blockchain` | Core blockchain operations like when a block or header is put or deleted |
| `blockchain:#` | Core blockchain operations like when a block or header is put or deleted |
| `blockchain:clique` | Clique consensus operations like updating the vote and/or signer list |
| `blockchain:ethash` | Ethash consensus operations like PoW block or header validation |

Expand Down
2 changes: 1 addition & 1 deletion packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ The following options are available:
| Logger | Description |
| ------------------- | ------------------------------------------------ |
| `client:fetcher` | This option enables logging for all fetchers |
| `client:fetcher:#` | This option enables logging for all fetchers |
| `client:fetcher:bytecode` | This option enables logging for the snap sync bytecode fetcher |
| `client:fetcher:storage` | This option enables logging for the snap sync storage fetcher |
| `client:fetcher:trienode` | This option enables logging for the snap sync trienode fetcher |
Expand Down
4 changes: 2 additions & 2 deletions packages/trie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@ The following options are available:

| Logger | Description |
| ------------------------------- | ----------------------------------------------------- |
| `trie` | minimal info logging for all trie methods |
| `trie:#` | minimal info logging for all trie methods |
| `trie:put` | a trie put operation has occured |
| `trie:get` | a trie get operation has occured |
| `trie:del` | a trie del operation has occured |
| `trie:find_path` | a node is being searched for |
| `trie:find_path:branch_node` | a branch node has been found during a node search |
| `trie:find_path"extension_node` | an extension node has been found during a node search |
| `trie:find_path:extension_node` | an extension node has been found during a node search |
| `trie:lookup_node` | node lookup operations |
| `trie:lookup_node:raw_node` | node lookup operations that have hit a raw node |
| `trie:lookup_node:by_hash` | node lookup operations that have hit a node hash |
Expand Down

0 comments on commit 7b23b79

Please sign in to comment.