https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-monitor.html
Indicates CTRL+L will log to a file in the project directory.
Using Windows10 and VSCode, CTRL+L stoops the logging, but I cannot find the file.
Is there a way to log ESP32 monitor output to a file to review later.
idf.py monitor >> log.txt
does not work