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 ba368a4 commit 31ccbc7Copy full SHA for 31ccbc7
packages/databricks-vscode/src/extension.ts
@@ -37,7 +37,7 @@ export function activate(context: ExtensionContext): PublicApi | undefined {
37
}
38
39
const loggerManager = new LoggerManager(context);
40
- if (!workspaceConfigs.loggingEnabled) {
+ if (workspaceConfigs.loggingEnabled) {
41
loggerManager.initLoggers();
42
43
0 commit comments