-
Notifications
You must be signed in to change notification settings - Fork 2.7k
RPC to allow setting the log filter #7474
Changes from 15 commits
0c480ef
767f61a
5643e7e
cd8815e
eb429e1
884c1db
57ae457
297e75f
7960ebb
8ca1301
2b11d45
86ad90a
1406207
2d8dfa0
992e69c
65ad10d
d9a815a
f2c57fb
1906cc9
714eb48
3d7d458
d82a74a
437295b
ae4a0ac
f81577f
b18002d
57bc9ac
1e8b115
dbd3a12
8f4810f
fd82f68
89f615d
65f58b7
4c51a08
04e1786
c0996c5
68f208e
cd51835
f41b93f
23938a4
f90443a
37565c1
d827037
08c8753
59ad63e
2d96c18
3d49c2a
098e730
b5d4378
5da34f0
728ed21
990c0c9
1a7cf5c
b941066
1207ef7
042e4fe
397b09c
0489d8a
5baa021
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,4 +108,9 @@ pub trait SystemApi<Hash, Number> { | |
| /// known block. | ||
| #[rpc(name = "system_syncState", returns = "SyncState<Number>")] | ||
| fn system_sync_state(&self) -> Receiver<SyncState<Number>>; | ||
|
|
||
| /// Sets the logging filter, replacing current with the supplied directives | ||
mattrutherford marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| #[rpc(name = "system_setLogFilter", returns = "()")] | ||
| fn system_set_log_filter(&self, directives: String) | ||
|
||
| -> Result<(), jsonrpc_core::Error>; | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.