mirror of https://github.com/wayvr-org/wayvr.git
Updated Troubleshooting (markdown)
parent
4021b3434a
commit
d35ea00baf
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue