Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/subquery/subql
/ debugFilter
Method
debugFilter
packages/utils/src/logger/logger.ts:150–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
}
149
150
private get debugFilter(): string[] {
151
return
this._debugFilter.map((f) => f.trim());
152
}
153
154
private applyChildDebug(category: string) {
155
if
(!this.childLoggers[category].level)
return
;
Callers
nothing calls this directly
Calls
1
map
Method · 0.80
Tested by
no test coverage detected