Skip to content

Commit 31ccbc7

Browse files
Fix typo in enabling loggers (#228)
1 parent ba368a4 commit 31ccbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function activate(context: ExtensionContext): PublicApi | undefined {
3737
}
3838

3939
const loggerManager = new LoggerManager(context);
40-
if (!workspaceConfigs.loggingEnabled) {
40+
if (workspaceConfigs.loggingEnabled) {
4141
loggerManager.initLoggers();
4242
}
4343

0 commit comments

Comments
 (0)