Add debug logger in base plugin
This commit is contained in:
@@ -51,6 +51,7 @@ export default async function({login, graphql, data, q, queries, imports}, conf)
|
|||||||
}
|
}
|
||||||
//Success
|
//Success
|
||||||
console.debug(`metrics/compute/${login}/base > graphql query > account ${account} > success`)
|
console.debug(`metrics/compute/${login}/base > graphql query > account ${account} > success`)
|
||||||
|
console.debug(data)
|
||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user