[dotnet] Don't write trace log message when waiting until driver service is initialized#14557
Conversation
…ice is initialized On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
Perfect, now it is better: |
…ice is initialized (SeleniumHQ#14557) * [dotnet] Don't write trace log message when waiting until driver service is initialized On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
User description
On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
Motivation and Context
In internal logs output we see:
Types of changes
Checklist
PR Type
enhancement
Description
Changes walkthrough 📝
DriverService.cs
Suppress trace logging for driver service initialization exceptionsdotnet/src/webdriver/DriverService.cs
initialization.
exceptions.