added monitor.md

This commit is contained in:
rbalsleyMSFT
2026-02-09 16:33:51 -08:00
parent 2257b72255
commit 36ee6f64bc
2 changed files with 18 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
title: Monitor
nav_order: 11
prev_url: /build.html
prev_label: Build
parent: UI Overview
---
# Monitor
![1770683109457](image/monitor/1770683109457.png)
The monitor tab parses the `.\FFUDevelopment\FFUDevelopment.log` file. This makes it easy to track what's happening during the FFU build process.
You can click into the monitor and select one or multiple lines (either single click, or shift+click). Doing so will prevent the log file from continuous scrolling, allowing you time to read what has transpired up to that point.
You can also copy your selection using ctrl+C. This makes it easy to copy and paste parts of the log file used for troubleshooting.
{% include page_nav.html %}