From 32bb0b769e1e0600a5ccaa3aad661e1dbca7f06d Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 24 Sep 2024 17:48:45 -0700 Subject: [PATCH] Add log path to build docs (#820) --- BUILD.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 6f72f98e9..29c2d5c68 100644 --- a/BUILD.md +++ b/BUILD.md @@ -119,6 +119,12 @@ Run the following command to generate a production build and package it. This le task package ``` -## Debugging the Client +## Debugging -You can use the regular Chrome DevTools to debug the frontend application. You can open the DevTools using the keyboard shortcut `Cmd+Option+I` on macOS or `Ctrl+Option+I` on Linux and Windows. +### Frontend logs + +You can use the regular Chrome DevTools to debug the frontend application. You can open the DevTools using the keyboard shortcut `Cmd+Option+I` on macOS or `Ctrl+Option+I` on Linux and Windows. Logs will be sent to the Console tab in DevTools. + +### Backend logs + +Backend logs for the development version of Wave can be found at `~/.waveterm-dev/waveapp.log`. Both the NodeJS backend from Electron and the main Go backend will log here.