From 9433d0cbf33e17b097041ecfb52f9f0cf31276fd Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 24 Aug 2020 10:10:20 +0200 Subject: [PATCH] [meta] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c67765..08f2514b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The following environment variables can be used to control the cache: The following environment variables can be used for **debugging** purposes. - `VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation` Enables Vulkan debug layers. Highly recommended for troubleshooting rendering issues and driver crashes. Requires the Vulkan SDK to be installed on the host system. - `DXVK_LOG_LEVEL=none|error|warn|info|debug` Controls message logging. -- `DXVK_LOG_PATH=/some/directory` Changes path where log files are stored. +- `DXVK_LOG_PATH=/some/directory` Changes path where log files are stored. Set to `none` to disable log file creation entirely, without disabling logging. - `DXVK_CONFIG_FILE=/xxx/dxvk.conf` Sets path to the configuration file. ## Troubleshooting