Add LANGFLOW_LOG_LEVEL debug to launch.json

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-27 20:40:49 -03:00
commit b42caa27ad

3
.vscode/launch.json vendored
View file

@ -17,6 +17,9 @@
],
"jinja": true,
"justMyCode": true,
"env": {
"LANGFLOW_LOG_LEVEL": "debug"
},
"envFile": "${workspaceFolder}/.env"
},
{