Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-08-24 11:10:20 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-08-24 11:10:20 +0300
commit9433d0cbf33e17b097041ecfb52f9f0cf31276fd (patch)
tree7d481f6dee277220cbd3d596593dfc99a07e4de4 /README.md
parent645c8f8177f5e5acacdef976e38fa952e1bc601c (diff)
[meta] Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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