diff --git a/package.json b/package.json
index 8eb5ab8..94e789e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "publisher": "edwinhuish",
     "name": "better-comments-next",
     "displayName": "Better Comments Next",
-    "version": "3.3.13",
+    "version": "3.3.14",
     "description": "Improve your code commenting by annotating with alert, informational, TODOs, and more!",
     "author": {
         "name": "Edwin Xu"
diff --git a/src/extension.ts b/src/extension.ts
index cb893fc..94e5ea9 100644
--- a/src/extension.ts
+++ b/src/extension.ts
@@ -10,7 +10,7 @@ export async function activate(context: vscode.ExtensionContext) {
     configuration.activate(context);
     definition.activate(context);
     handler.activate(context);
-    log.info('started successfully.');
+    log.info('started successfully with configuration:', configuration.getConfigurationFlatten());
   }
   catch (e) {
     log.error(e);