chore: move more logger infos to debugs

This commit is contained in:
2025-09-05 19:52:53 -06:00
parent 448d8a68d2
commit 52b1e8ffa3
11 changed files with 55 additions and 58 deletions

View File

@@ -227,7 +227,7 @@ export default class GiftedDialog extends Vue {
const activeIdentity = await (this as any).$getActiveIdentity();
this.activeDid = activeIdentity.activeDid || "";
logger.info("[GiftedDialog] Settings received:", {
logger.debug("[GiftedDialog] Settings received:", {
activeDid: this.activeDid,
apiServer: this.apiServer,
});