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 dc9e07b commit a0a2c1bCopy full SHA for a0a2c1b
1 file changed
electron-app/src/config/configInstance.js
@@ -42,9 +42,9 @@ async function getConfigManager() {
42
);
43
44
logger.config.info("ConfigManager initialized");
45
- logger.config.path("User config", userConfigPath);
46
- logger.config.path("User version config", versionFilePath);
47
- logger.config.path("Template path", templatePath);
+ logger.config.debug("User config", userConfigPath);
+ logger.config.debug("User version config", versionFilePath);
+ logger.config.debug("Template path", templatePath);
48
}
49
50
// Return the singleton instance
0 commit comments