You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactored log capture and formatting code in org.openqa.selenium.testing and org.openqa.selenium.grid.log packages.
* Add logging capability to various classes across the project
The commit introduces a Logger in various classes to handle exceptions more efficiently. Instead of simply outputting exceptions via printStackTrace, they are now logged using java.util.logging.Logger. This improvement allows for enhanced understanding and handling of exception occurrences during execution.
---------
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
0 commit comments