remove comments for logging level

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-11-21 14:49:24 -05:00
parent 5c3b782d46
commit 695984e90b
-4
View File
@@ -56,12 +56,8 @@ In your `launch.json`, add a new entry with the following,
```jsonc
{
// Can't get normal logs
"name": "Start Backend",
"request": "launch",
"env": {
"LOG_LEVEL": "DEBUG"
},
"args": [
"package",
"start"