Browse Source

:robot: ci: enable debug on vpn test

Ettore Di Giacinto 3 years ago
parent
commit
0058aa5255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -96,7 +96,7 @@ jobs:
         run: |
               chmod +x edgevpn
               sudo sysctl -w net.core.rmem_max=2500000
-              sudo EDGEVPNCONFIG=config.yaml IFACE=edgevpn0 ADDRESS=${{ matrix.ip }} ./edgevpn --api &
+              sudo EDGEVPNCONFIG=config.yaml IFACE=edgevpn0 ADDRESS=${{ matrix.ip }} ./edgevpn --api --log-level debug &
               bash ./.github/vpntest.sh ${{ matrix.target_ip }}
 
   servicestest: