chore: 🔧 additional logging

This commit is contained in:
apotdevin 2021-02-03 10:56:09 +01:00
parent ba5c94d665
commit e7b07a5e4c
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -72,7 +72,7 @@ export const authResolvers = {
);
if (error) {
logger.error('Unable to connect to this node');
logger.error('Unable to connect to this node: %o', error);
throw new Error('UnableToConnectToThisNode');
}
@ -141,7 +141,7 @@ export const authResolvers = {
);
if (error) {
logger.error('Unable to connect to this node');
logger.error('Unable to connect to this node: %o', error);
throw new Error('UnableToConnectToThisNode');
}