diff --git a/Troubleshooting.md b/Troubleshooting.md index 1f13770..912210d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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)