zebrunner / mcloud-grid

Customized selenium-hub
6 stars 3 forks source link

add devicename and udid for log messages related to stf api calls #123

Closed vdelendik closed 9 months ago

vdelendik commented 9 months ago

we have to find a way to provide more details about exact device we wanna to use via grid+stf

17:28:59.975 INFO [STFClient.reserveDevice] - already reserved manually by the same user
...
17:30:14.574 INFO [MobileRemoteProxy.afterSession] - Session [] will be closed.
akamarouski commented 9 months ago

Added unique id like [NODE-<uuid>] and [STF-<uuid>] that contains unique uuid for each session, so we can filter logs and find all necessary logic like id of the device, name and so on

akamarouski commented 9 months ago

Could be tested with the mcloud-grid:2.4-beta6

dhreben commented 9 months ago

Verified.