https://cloud.google.com/functions/docs?hl=ja
https://cloud.google.com/functions/docs/monitoring/logging
Cloud Loggingにログを送ることができる。言語によってやり方が異なる。
console.log()
INFO
console.error()
ERROR
参考: