简体   繁体   English

gcloud 每小时在我的本地 (OSX) 开发人员机器上做什么

[英]What is gcloud doing every hour on my local (OSX) developer machine

In the directory ~/.config/gcloud/logs of my Mac I see daily subdirectories and hourly activity logs.在我的 Mac 的目录~/.config/gcloud/logs中,我看到了每天的子目录和每小时的活动日志。 Which application/regular job causes these log entries?哪个应用程序/常规作业导致这些日志条目? I sometimes to not use gcloud for weeks but have these logs 365*7*24?我有时几周不使用gcloud但这些日志 365 * 7 * 24? From the content it looks like it's renewing some credentials.从内容看来它正在更新一些凭据。

Thanks for the replies @nathan-wallace and @rafael-lemos (and a reply on Twitter: https://twitter.com/plaugg/status/1355477864938942465?s=20 ).感谢@nathan-wallace 和@rafael-lemos 的回复(以及对 Twitter 的回复: https://twitter.com/plaugg/status/1355477864938942465?s=20 )。

This helped me figure out that the frequent logs come from updates performed by the Google Cloud plugin in IntelliJ ( https://github.com/GoogleCloudPlatform/cloud-code-intellij ).这帮助我弄清楚频繁的日志来自 IntelliJ 中的 Google Cloud 插件执行的更新 ( https://github.com/GoogleCloudPlatform/cloud-code-intellij )。 Unfortunately it is closed source so I cannot dig deeper into it.不幸的是它是闭源的,所以我无法深入研究它。 But the updates vanished as soon as I switched off IntelliJ.但是一旦我关闭 IntelliJ,更新就消失了。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 gcloud compute 命令知道机器的当前区域 - gcloud compute command to know current zone of machine GCP 将文件从我的本地机器复制到 GCP Vm - GCP Copying File from my local Machine to GCP Vm gcloud 和 gsutil 有什么区别? - What is the difference between gcloud and gsutil? 是什么导致 Google gcloud 错误消息“错误:(gcloud)无效选择:'gcloud'”以及如何解决这个问题? - What causes Google gcloud error message "ERROR: (gcloud) Invalid choice: 'gcloud'" and how to resolve this? 机器学习的 tensorflow.python.keras.applications 在 gcloud 上出错 - Error on gcloud with tensorflow.python.keras.applications for machine learning gcloud Firestore 触发器中的事件和上下文类型是什么? - What are the types of event and context in gcloud Firestore triggers? 为什么在我的本地机器上运行任何 gh cli 命令会导致 seg 错误/goroutine 错误? - Why is running any gh cli command on my local machine causing a seg fault/goroutine error? 在 AWS/Azure 中运行但需要访问 GCLOUD 命令的容器化应用程序中,设置 gcloud 身份验证的最佳方法是什么? - In a containerized application that runs in AWS/Azure but needs to access GCLOUD commands, what is the best way to setup gcloud authentication? DynamoDB 在本地机器上创建表 - DynamoDB create tables in local machine 为什么从我的主机而不是 gcloud 交互式 shell 使用 gcloud 命令如此困难? - Why is it so hard to use gcloud commands from my host computer instead of the gcloud interactive shell?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM