You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/monitor-tunnels/logs.mdx
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,29 +60,15 @@ The `cloudflared` daemon can stream logs from any tunnel in your account to the
60
60
61
61
#### View logs for a replica
62
62
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
-
<TabItemlabel="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:
67
64
68
65
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
-
<TabItemlabel="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.
78
67
3. Specify the Connector ID in `cloudflared tail`:
- 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