Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
system_{addLogFilter, resetLogFilter} RPCs
  • Loading branch information
jacogr committed Dec 6, 2020
commit 4a6624fc1268bfd67b0424ae18558c0ec87877c5
15 changes: 15 additions & 0 deletions packages/types/src/interfaces/system/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,21 @@ export default {
description: 'Returns the state of the syncing of the node',
params: [],
type: 'SyncState'
},
addLogFilter: {
description: 'Adds the supplied directives to the current log filter',
params: [
{
name: 'directives',
type: 'Text'
}
],
type: 'Null'
},
resetLogFilter: {
description: 'Resets the log filter to Substrate defaults',
params: [],
type: 'Null'
}
},
types: {
Expand Down