verbose to trace

This commit is contained in:
notoriousmango
2025-02-20 18:42:41 +09:00
parent 690caf2e14
commit c4f757d3ce
5 changed files with 8 additions and 10 deletions

View File

@@ -186,7 +186,7 @@ export class MarkdownItEngine implements IMdParser {
return cached;
}
this._logger.verbose('MarkdownItEngine', `tokenizeDocument - ${document.uri}`);
this._logger.trace('MarkdownItEngine', `tokenizeDocument - ${document.uri}`);
const tokens = this._tokenizeString(document.getText(), engine);
this._tokenCache.update(document, config, tokens);
return tokens;