Skip to content

Commit f2aa36d

Browse files
authored
Update logs.mdx
1 parent 1c6f2bf commit f2aa36d

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

  • src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/monitor-tunnels

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/monitor-tunnels/logs.mdx

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,29 +60,15 @@ The `cloudflared` daemon can stream logs from any tunnel in your account to the
6060

6161
#### View logs for a replica
6262

63-
If you are running multiple `cloudflared` instances for the same tunnel (also known as [replicas](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/)), you can view logs for specific replicas from the dashboard or CLI.
64-
65-
<Tabs>
66-
<TabItem label="Dashboard">
63+
If you are running multiple `cloudflared` instances for the same tunnel (also known as [replicas](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/tunnel-availability/)), you can stream logs for a specific replica:
6764

6865
1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Connectors** > **Cloudflare Tunnels** and select your tunnel.
69-
2. To stream logs for a specific replica, select its **Connector ID**.
70-
3. To stream logs for all replicas simultaneously, select the **Live logs** tab.
71-
4. Select **Begin log stream**.
72-
73-
</TabItem>
74-
<TabItem label="CLI">
75-
76-
1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Connectors** > **Cloudflare Tunnels** and select your tunnel.
77-
2. Find the **Connector ID** for the replica you want to view.
66+
2. Find the **Connector ID** for the `cloudflared` instance you want to view.
7867
3. Specify the Connector ID in `cloudflared tail`:
7968
```sh
8069
cloudflared tail --connector-id <CONNECTOR ID> <UUID>
8170
```
8271

83-
</TabItem>
84-
</Tabs>
85-
8672
### Performance considerations
8773

8874
- The logging session will only be held open for one hour. All logging systems introduce some level of performance overhead, and this limit helps prevent long term impact to your tunnel's end-to-end latencies.

0 commit comments

Comments
 (0)