From d35ea00bafef4b31e1b51152f1661131aea95295 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:34:23 +0000 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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)