Skip to content

Commit 2fc0421

Browse files
authored
1 parent 34af9dd commit 2fc0421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/log/node/spdlogLog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function createSpdLogLogger(name: string, logfilePath: string, filesize: n
2121
// Do not crash if spdlog cannot be loaded
2222
try {
2323
const _spdlog = await import('spdlog');
24-
_spdlog.setFlushOn(LogLevel.Trace);
24+
_spdlog.setFlushOn(SpdLogLevel.Trace);
2525
const logger = await _spdlog.createAsyncRotatingLogger(name, logfilePath, filesize, filecount);
2626
if (donotUseFormatters) {
2727
logger.clearFormatters();

0 commit comments

Comments
 (0)