Commit ce2ee20
feat(java): add webdriver.edge.loglevel (#10962)
It adds a new system property `webdriver.edge.loglevel`
on EdgeDriverService.
It allows us to configure the log level in detail.
For example, if you use version 104.0.1293.63 Microsoft Edge WebDriver,
you can choose one from ALL, DEBUG, INFO, WARNING, SEVERE, or OFF.
```
$ ./msedgedriver --help
--log-level=LEVEL
set log level: ALL, DEBUG, INFO, WARNING, SEVERE, OFF
```
What this system property does is to make sure
to specify the `--log-level` option like the others.
Fixes #10961
Co-authored-by: Diego Molina <[email protected]>1 parent 2b98f9b commit ce2ee20
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
151 | 165 | | |
152 | 166 | | |
153 | 167 | | |
| |||
199 | 213 | | |
200 | 214 | | |
201 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
202 | 219 | | |
203 | 220 | | |
204 | 221 | | |
| |||
0 commit comments