Skip to content

Commit

Permalink
workaround log issue with vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz committed May 8, 2020
1 parent 9a28cdc commit 0aec811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"--max-files", "3",
"--readers", "1",
"--writers", "1",
"--log-level", "debug",
// "--log-level", "debug",
"--log-level", "off",
],
"env": {
"RUST_BACKTRACE": "full"
Expand Down

0 comments on commit 0aec811

Please sign in to comment.