diff options
author | Chris Robinson <[email protected]> | 2019-09-08 00:59:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-08 00:59:10 -0700 |
commit | ec8b56ef3bae5bff16b93b08f9c6cab11b7e53b2 (patch) | |
tree | 39f35a9f6039bfca36f7b50cf03e1f6c3ee18a3e /docs/env-vars.txt | |
parent | fcb496bb5c8735a9a1efc926bd0caa8657bbaf5e (diff) |
Remove unneeded TRACEREF logging
Diffstat (limited to 'docs/env-vars.txt')
-rw-r--r-- | docs/env-vars.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/env-vars.txt b/docs/env-vars.txt index a973ee81..2b8d5e4d 100644 --- a/docs/env-vars.txt +++ b/docs/env-vars.txt @@ -11,9 +11,6 @@ Specifies the amount of logging OpenAL Soft will write out: 1 - Prints out errors only 2 - Prints out warnings and errors 3 - Prints out additional information, as well as warnings and errors -4 - Same as 3, but also device and context reference count changes. This will - print out *a lot* of info, and is generally not useful unless you're trying - to track a reference leak within the library. ALSOFT_LOGFILE Specifies a filename that logged output will be written to. Note that the file |