Skip to content

Commit

Permalink
docs: add docs for jc logs
Browse files Browse the repository at this point in the history
  • Loading branch information
npitsillos committed May 23, 2023
1 parent 5451f55 commit cdf4dd6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added docs/concepts/jcloud/img/executor_logs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/concepts/jcloud/img/gateway_logs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/concepts/jcloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,28 @@ jc scale good-martin-ca6bfdef84 --executor executor0 --replicas 2
:width: 70%
```

### Get the logs of the Gateway or Executor

To get the Gateway logs:

```bash
jc logs --gateway central-escargot-354a796df5
```

```{figure} img/gateway_logs.png
:width: 70%
```

To get the Executor logs:

```bash
jc logs --executor executor0 central-escargot-354a796df5
```

```{figure} img/executor_logs.png
:width: 70%
```

## Configuration

Please refer to {ref}`Configuration <jcloud-configuration>` for configuring the Flow on Jina AI Cloud.
Expand Down

0 comments on commit cdf4dd6

Please sign in to comment.