chore: Use debugWarn for token migration (#817)

This commit is contained in:
Devansh Jain
2026-02-04 11:45:04 -08:00
committed by GitHub
parent 2dcd8cc549
commit 8aed720e10

View File

@@ -248,7 +248,7 @@ class SettingsManager {
this.settings = updatedSettings;
await this.persistSettings();
console.log("Successfully migrated tokens to secrets");
debugWarn("settings", "Successfully migrated tokens to secrets");
} catch (error) {
console.warn("Failed to migrate tokens to secrets:", error);
console.warn("Tokens will remain in settings file for persistence");