mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add more debugging
This commit is contained in:
parent
9633e7df79
commit
e050864a91
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue