Azure / azure-cosmosdb-js-server

The JavaScript SDK for server-side programming in Azure Cosmos DB
MIT License
179 stars 152 forks source link

Logging from triggers doesn't work #35

Open thomaslevesque opened 5 years ago

thomaslevesque commented 5 years ago

If I use console.log in a stored procedure, I can get the log from the response headers. However, if I use console.log in a trigger, the log is not returned. Is this intentional?

thomaslevesque commented 5 years ago

Ping!

Without this, there isn't any mechanism to debug a trigger