Add log path to build docs (#820)

This commit is contained in:
Evan Simkowitz 2024-09-24 17:48:45 -07:00 committed by GitHub
parent 6a44f190fa
commit 32bb0b769e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.