diff --git a/.vscode/settings.json b/.vscode/settings.json index 971d193928..2c8098f9d9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,6 +17,7 @@ // See Also: // - https://github.com/microsoft/vscode/issues/2809#issuecomment-1544387883 // - mlos_bench/config/schemas/README.md + { "fileMatch": [ "mlos_bench/mlos_bench/tests/config/schemas/environments/test-cases/**/*.jsonc", @@ -135,6 +136,7 @@ // See Also .vscode/launch.json for environment variable args to pytest during debug sessions. // For the rest, see setup.cfg "python.testing.pytestArgs": [ + "--log-level=DEBUG", "." ], "python.testing.unittestEnabled": false