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
"How to download and navigate warp-diag files": "1m16s",
22
22
"warp-status.txt": "2m06s",
23
23
"warp-settings.txt": "2m29s",
24
24
"daemon.log": "3m37s",
25
25
"Addition tips": "8m07s",
26
-
"Conclusion": "8m43s",
26
+
Conclusion: "8m43s",
27
27
}}
28
28
/>
29
29
@@ -81,7 +81,7 @@ The `warp-debugging-info-<date>-<time>.zip` archive contains the following files
81
81
|`boringtun.log`| Log for the WARP tunnel that serves traffic from the device to Cloudflare's global network. |
82
82
|`bound-dns-ports.txt`| Active processes on port `53`. |
83
83
|`captive-portal-hotspot-detect.txt`| HTTP response of `captive.apple.com`|
84
-
|`connectivity.txt`| DNS resolution and HTTP trace requests to [validate a successful connection](/cloudflare-one/connections/connect-devices/warp/deployment/firewall/#connectivity-checks). Can be used to determine whether traffic is routing through the WARP tunnel. |
84
+
|`connectivity.txt`| DNS resolution and HTTP trace requests to [validate a successful connection](/cloudflare-one/connections/connect-devices/warp/deployment/firewall/#connectivity-checks). Can be used to determine whether traffic is routing through the WARP tunnel. |
85
85
|`daemon_dns.log`| Contains detailed DNS logs if **Log DNS queries** is enabled in the WARP client. |
86
86
|`daemon.log`| Detailed log of all actions performed by the WARP client, including all communication between the device and Cloudflare's global network. **Note:** This is the most useful debug log. |
87
87
|`date.txt`| Date and time (UTC) when you ran the `warp-diag` command. |
@@ -158,6 +158,18 @@ The `warp-debugging-info` folder may contain multiple versions of the same log,
158
158
In timestamped logs such as `daemon.log`, the most recent events will appear at the end of the file.
159
159
:::
160
160
161
+
#### Log retention window
162
+
163
+
Each WARP log file (such as `connection_stats.log`, `dns_stats.log`, `daemon.log`, `boringtun.log`, `daemon_dns.log`, `dex.log` and `captive-portal.log`) is limited by size and age:
164
+
165
+
-**Maximum file size:** 10 MB
166
+
-**Maximum file age:** 24 hours
167
+
-**Maximum number of retained versions per log:** 4 (for example, `daemon.log`, `daemon.1.log`, `daemon.2.log`, and `daemon.3.log`)
168
+
169
+
Log files may include data from up to 96 hours (four days) prior to when `warp-diag` was run, but only if log activity is minimal. In environments with high logging volume (for example, repeated errors), logs may rotate more frequently, and the captured window could be much shorter (only a few hours).
170
+
171
+
Always check the timestamps at the end of each log file to verify the time range covered by the diagnostic archive.
0 commit comments