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
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
For some reason, Selenium is writing every byte that goes through the sandboxed Chrome instance to the console, which besides being 100% unnecessary, makes it difficult to find log entries that matter. Additionally, most of the Spring startup log entries can be hidden.
Remove Selenium log output from GHA logs. Only output should come directly from JUnit test suites.
Get rid of some of the startup logging from Spring that we generally don't need.
The text was updated successfully, but these errors were encountered:
ARMmaster17
added
bug
Something isn't working
DevOps
Changes are expected to be made to IaaS manifests or low-level Java configuration bindings.
labels
Feb 4, 2022
For some reason, Selenium is writing every byte that goes through the sandboxed Chrome instance to the console, which besides being 100% unnecessary, makes it difficult to find log entries that matter. Additionally, most of the Spring startup log entries can be hidden.
The text was updated successfully, but these errors were encountered: