Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: navigation
title: Understand the Cloudflare WARP basics
title: Understand Cloudflare WARP basics
sidebar:
order: 2
tableOfContents: false
Expand All @@ -16,7 +16,7 @@ import { Render, Tabs, TabItem, Stream, Card } from "~/components";
<Card>
<Stream
id="31178cc41d0ec56d42ef892160589635"
title="Understand the Cloudflare WARP basics"
title="Understand Cloudflare WARP basics"
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Understand-Cloudflare-WARP-Basics%20thumbnail.png"
showMoreVideos={false}
chapters={{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
pcx_content_type: navigation
title: WARP diagnostic logs
sidebar:
order: 3
tableOfContents: false
---

import { Render, Tabs, TabItem, Stream, Card } from "~/components";

<Tabs>
<TabItem label="Watch this episode">

In this more advanced episode, we explain how to use warp-diag files to identify and resolve connection issues with the WARP client. You will learn how to locate and interpret three key files: warp-status, warp-settings, and daemon.log. The video also provides troubleshooting tips including specific keyword searches and guidance on how to cross-reference logs to identify a bigger picture of the problem.

<Card>
<Stream
id="c29964ab3dcf7c3432ebb2b4e93c3aca"
title="WARP diagnostic logs"
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Warp-diagnostics%20thumbnail.png"
showMoreVideos={false}
chapters={{
"Introduction": "0s",
"What are warp-diag files?": "44s",
"How to download and navigate warp-diag files": "1m16s",
"warp-status.txt": "2m06s",
"warp-settings.txt": "2m29s",
"daemon.log": "3m37s",
"Addition tips": "8m07s",
"Conclusion": "8m43s",
}}
/>

**Related content**

Explore the following resources on WARP, device profiles, operating modes, and split tunneling:

- [Introduction to Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/)
- [Troubleshooting WARP](/cloudflare-one/connections/connect-devices/warp/troubleshooting/)
</Card>
</TabItem>

<TabItem label="Series overview">
<Render file="warp-series-navigation" />
</TabItem>
</Tabs>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ import { CardGrid, LinkCard, Card } from "~/components";
title="Watch Episode 1: Understand and troubleshoot Cloudflare WARP"
description="In this episode, we explain the core features of the Cloudflare WARP client and how to troubleshoot common issues."
href="/learning-paths/warp-overview-course/series/warp-basics-1/"
/>
</CardGrid>
/>
<LinkCard
title="Watch Episode 2: WARP diagnostic logs"
description="In this episode, we explain how to troubleshoot Cloudflare WARP by analyzing diagnostic logs and understand how the client connects in different modes."
href="/learning-paths/warp-overview-course/series/warp-basics-2/"
/>
</CardGrid>