We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba17d6 commit 3b7428aCopy full SHA for 3b7428a
1 file changed
java/src/org/openqa/selenium/grid/node/local/LocalNode.java
@@ -223,15 +223,15 @@ protected LocalNode(
223
.ifPresent(
224
value -> {
225
downloadsTempFileSystem.invalidate(value);
226
- LOG.warning(
+ LOG.fine(
227
"Removing Downloads folder associated with "
228
+ notification.getKey());
229
});
230
Optional.ofNullable(notification.getKey())
231
232
233
uploadsTempFileSystem.invalidate(value);
234
235
"Removing Uploads folder associated with "
236
237
0 commit comments