forked from jsnbuchanan/crowd-funder-for-time-pwa
chore: move more logger infos to debugs
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user