Add more debugging
This commit is contained in:
@ -64,7 +64,11 @@ const createHttpTaskWithToken = async ({
|
||||
> => {
|
||||
// If there is no Google Cloud Project Id exposed, it means that we are in local environment
|
||||
if (env.dev.isLocal || !project) {
|
||||
console.log('nbot creating task, no project info')
|
||||
console.log('nbot creating task, no project info', {
|
||||
isLocal: env.dev.isLocal,
|
||||
project: project,
|
||||
GOOGLE_CLOUD_PROJECT: process.env.GOOGLE_CLOUD_PROJECT,
|
||||
})
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user