Skip to content

Commit

Permalink
Add documentation for environment variables (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiradur authored Jul 5, 2022
1 parent a16c19f commit da34b9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ goes to work the next time the application is run.
Source releases and Windows binaries for OpenAL Soft are
available at its [homepage](https://openal-soft.org/).
Instructions are also provided there.

### Environment Variables
The following environment variables can be set:
- `DSOAL_LOGLEVEL`:
- Values: Integer, range `0-3`
- Description: Set the verbosity of DSOAL logging. Level 3 enables logging of API traces.
- `DSOAL_LOGFILE`:
- Values: String
- Description: Path to a file that is be created/overwritten by DSOAL on each execution. All logging will be redirected to that file.

0 comments on commit da34b9a

Please sign in to comment.