Updated Troubleshooting (markdown)

galister 2024-08-28 23:34:23 +00:00
parent 4021b3434a
commit d35ea00baf
1 changed files with 1 additions and 9 deletions

@ -2,15 +2,7 @@
Wlx-S will often show troubleshooting tips in the logs, so it's good to always check them first.
By default, Wlx-S logs into `/tmp/wlx.log`.
You may also change where to log to, there are 2 methods:
- Pass the argument `--log-to=/path/to/wlx.log`
- Set the env var `WLX_LOGFILE=/path/to/wlx.log`
Argument takes precedence over env var.
Setting either to `""` will disable logging to file.
By default, Wlx-S logs into `/tmp/wlx.log`. On systems that don't have `/tmp`, run Wlx in the terminal with `--replace`.
## Troubleshooting segmentation faults (SIGSEGV)