标签: firebase logging google-cloud-functions
我的任务是以某种方式监视本地日志中的新更新。 我一直在寻找类似监视模式的云功能日志:gcloud functions logs read MyFunctionNmae --watch。或firebase functions:log --only FunctionName --watch 如我目前所知,工具无法提供此选项。
gcloud functions logs read MyFunctionNmae --watch
firebase functions:log --only FunctionName --watch
如果有人可以提出任何想法,我将如何监视新的云功能日志更新,我将不胜感激。