Add more debugging

This commit is contained in:
Jackson Harper
2024-01-16 17:14:49 +08:00
parent 9633e7df79
commit e050864a91

View File

@ -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
}