blob: 8ff0b1dead20ae79292e1adb7f10795b3a8b7591 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Start-up
Simply to start `xds-agent` executable
```bash
./xds-agent &
```
>**Note:**
>
>If need be, you can increase log level by setting option
`--log <level>`, supported *level* are: panic, fatal, error, warn, info, debug.
You can now use XDS dashboard and check that connection with `xds-agent` is up.
|