Skip to content

Commit a0a2c1b

Browse files
committed
refact: change path logs with debug
1 parent dc9e07b commit a0a2c1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

electron-app/src/config/configInstance.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ async function getConfigManager() {
4242
);
4343

4444
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);
45+
logger.config.debug("User config", userConfigPath);
46+
logger.config.debug("User version config", versionFilePath);
47+
logger.config.debug("Template path", templatePath);
4848
}
4949

5050
// Return the singleton instance

0 commit comments

Comments
 (0)