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
|
||||
console.debug(`metrics/compute/${login}/base > graphql query > account ${account} > success`)
|
||||
console.debug(data)
|
||||
return {}
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user