Skip to content

Commit a05c03e

Browse files
committed
fix(client): Fix logger URL in logger help msg
1 parent 1c0eaed commit a05c03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • client/controller/models/apps

client/controller/models/apps/apps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func Logs(c *client.Client, appID string, lines int) (string, error) {
104104
2) If you just installed the logger components via the chart, please make sure you restarted the workflow pod.
105105
3) The application is writing logs to the logger component.
106106
You can verify that logs are appearing in the logger component by issuing the following command:
107-
curl http://<log service ip>:8088/%s on a kubernetes host.
107+
curl http://<log service ip>:8088/logs/%s on a kubernetes host.
108108
To get the service ip you can do the following: kubectl get svc deis-logger --namespace=deis`, appID), nil
109109
}
110110

0 commit comments

Comments
 (0)