MCPcopy
hub / github.com/subquery/subql / setDebugFilter

Method setDebugFilter

packages/utils/src/logger/logger.ts:145–148  ·  view source on GitHub ↗
(debugFilter: string[])

Source from the content-addressed store, hash-verified

143 }
144
145 setDebugFilter(debugFilter: string[]): void {
146 this._debugFilter = debugFilter;
147 Object.keys(this.childLoggers).map((key) => this.applyChildDebug(key));
148 }
149
150 private get debugFilter(): string[] {
151 return this._debugFilter.map((f) => f.trim());

Callers 1

setDebugFilterFunction · 0.80

Calls 2

applyChildDebugMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected