The documentation you are viewing is for Dapr v1.12 which is an older version of Dapr. For up-to-date documentation, see the latest version.
logs CLI 命令参考文档
有关 logs CLI 命令的详细信息
说明
获取应用程序的 dapr sidecar 日志。
支持的平台
用法
dapr logs [flags]
参数
Name | 环境变量 | 默认值 | 说明 |
---|---|---|---|
--app-id , -a |
APP_ID |
需要显示日志的应用程序 Id | |
--help , -h |
显示此帮助消息 | ||
--kubernetes , -k |
true |
从 Kubernetes 集群获取日志 | |
--namespace , -n |
default |
部署应用程序的 Kubernetes 名称空间 | |
--pod-name , -p |
Kubernetes 中的 pod 的名称,以防您的应用程序具有多个 pod (可选) |
示例
# 从custom命名空间的sample应用中的名称为target的Pod中拉取日志
dapr logs -k --app-id sample --pod-name target --namespace custom
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.