Skip to content

Disable Logging To A File

Ajay Ramachandran edited this page Mar 13, 2021 · 2 revisions

To enable disable logging, define the USE_LOGGER environment variable.

On Linux/WSL:

Disable: export USE_LOGGER=0

Enable: export USE_LOGGER=1

You can also set this up with Vscode

Clone this wiki locally