Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 375 Bytes

environment-variables.md

File metadata and controls

9 lines (8 loc) · 375 Bytes

Environment variables

Environment variables can be used to tweak some additional behavior:

  • RUST_LOG: Configure logging. Example: RUST_LOG=madamiru=debug
  • MADAMIRU_DEBUG: If this is set to any value, then Madamiru will not detach from the console on Windows in GUI mode. It will also print some debug messages in certain cases. Example: MADAMIRU_DEBUG=1