Where do I find the tunnel logs if I am running tests from a CI/CD tool?

Where do I find the tunnel logs if I am running tests from a CI/CD tool?

Hi Emma,

You can use below line in the tunnel run command:

--logFile lt.log

Then, you can print the logs on the console logs using the below command:

cat lt.log