diff --git a/docs/image/monitor/1770683109457.png b/docs/image/monitor/1770683109457.png new file mode 100644 index 0000000..ae4ceb8 Binary files /dev/null and b/docs/image/monitor/1770683109457.png differ diff --git a/docs/monitor.md b/docs/monitor.md new file mode 100644 index 0000000..1d368b6 --- /dev/null +++ b/docs/monitor.md @@ -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 %}