Redirect HTTP and Gin server logs into a file (xds-server-verbose.log).
[src/xds/xds-server.git] / .vscode / launch.json
index 3637b39..5583251 100644 (file)
@@ -16,7 +16,7 @@
             "args": ["-log", "debug", "-c", "config.json.in"],
             "showLog": false
         },
-{
+        {
             "name": "XDS-Server local dev",
             "type": "go",
             "request": "launch",
             },
             "args": ["-log", "debug", "-c", "__config_local_dev.json"],
             "showLog": false
-        },
-        {
-            "name": "XDS-Server IN DOCKER",
-            "type": "go",
-            "request": "launch",
-            "mode": "debug",
-            "port": 22000,
-            "host": "172.17.0.2",
-            "remotePath": "/xds/src/github.com/iotbzh/xds-server/bin/xds-server",
-            "program": "${workspaceRoot}",
-            "env": {
-                "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}",
-                "ROOT_DIR": "${workspaceRoot}/../../../.."
-            },
-            "args": [],
-            "showLog": true
         }
-
     ]
 }