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 1bad7af commit c516460Copy full SHA for c516460
java/src/org/openqa/selenium/grid/log/FlushingHandler.java
@@ -25,6 +25,7 @@
25
class FlushingHandler extends StreamHandler {
26
27
private OutputStream out;
28
+ // TODO: Re-add logging endpoints for Grid
29
30
FlushingHandler(OutputStream out) {
31
setOutputStream(out);
0 commit comments