Skip to content

Disable Logging To A File

Ajay Ramachandran edited this page Jul 12, 2020 · 2 revisions

To enable disable logging, define the NO_LOGS environment variable.

On Linux/WSL:

Set: export NO_LOGS=1

Unset: unset NO_LOGS

You can also set this up with Vscode

Clone this wiki locally