Skip to content

Commit

Permalink
chore: more verbose logs (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Sep 21, 2023
1 parent 2f4f739 commit 893c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/services/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const metadataService = new MetadataService({
});
} catch (error: any) {
logError(error);
console.error('Could not get metadata', error);
console.error('Could not get metadata', token, error);
throw new InternalServerError({ error: 'Internal server error' });
}
},
Expand Down

1 comment on commit 893c640

@vercel
Copy link

@vercel vercel bot commented on 893c640 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

revert-client-revertdev.vercel.app
revert-client-git-main-revertdev.vercel.app
app.revert.dev

Please sign in to comment.