We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81263c3 commit d3f8222Copy full SHA for d3f8222
src/system/logger.scope.ts
@@ -46,7 +46,7 @@ export function getNewLogScope(prefix: string, scope: LogScope | boolean | undef
46
return {
47
scopeId: scopeId,
48
prevScopeId: prevScopeId,
49
- prefix: `${getLoggableScopeBlock(scopeId)} ${prefix}`,
+ prefix: `${getLoggableScopeBlock(scopeId, prevScopeId)} ${prefix}`,
50
};
51
}
52
0 commit comments