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
* [grid] Silent fail on invalid log level
Fixing issue where providing an invalid log level to Grid will fail silently.
Since the logger is not yet configured a stacktrace with the exception is printed to console and we continue since the default log level is already configured.
FixesSeleniumHQ#15790
* [grid] Silent fail on invalid log level
Adding link to logging levels as suggested by @diemol and formatting.
* [grid] Silent fail on invalid log level
Adding hardcoded log levels as suggested by review.
0 commit comments