I am working on an Google Apps Script in a Google Sheets.
Yesterday I could see all executions of the script, trace errors, and see the result of all Logger.log
lines in the Stackdriver logs in the Apps Script Dashboard. However, nothing was logged in the "Logs" (accessed via Ctrl+Enter).
Today, I get no information in neither the Dashboard or the Logs when I run my script. I have made sure that there are no filters active in the Dashboard.
Does anyone know that is going on?
console.log()
? – TheMaster