mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-09 10:22:55 +02:00
Change logging output
This commit is contained in:
@@ -49,7 +49,6 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||
const extension = Extension.getInstance(context);
|
||||
|
||||
Logger.info(`Activating ${EXTENSION_NAME} version ${Extension.getInstance().version}...`);
|
||||
Logger.info(`Logging level: ${Logger.getLevel()}`);
|
||||
|
||||
// Set development context
|
||||
if (!Extension.getInstance().isProductionMode) {
|
||||
|
||||
@@ -132,6 +132,8 @@ export class Settings {
|
||||
Settings.config = workspace.getConfiguration(CONFIG_KEY);
|
||||
});
|
||||
|
||||
Logger.info(`Logging level: ${Logger.getLevel()}`);
|
||||
|
||||
Settings.onConfigChange();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user