At present , logs of the tunnel prints details about the request (url, domain name, ip address it resolves to etc.) . This information helps for our monitoring purposes. However, a tunnel can be shared by many active sessions and what it does not print is the job information, i.e domain name and access to a url was done by which job/session.
Is there a way we can get this information ? It will immensely help us debugging lot of test issues.
-Mukesh
Mukesh-
There is a command-line option to include the job ID (aka test ID aka session ID) in the Sauce Connect logs. It is:
--extra-info '{"inject_job_id": true}'
As documented in https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Command+Line+Reference
Does this help you?
Jean
Attachments Open full size