Skip to content

Commit

Permalink
Hiding jetty info level log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 9, 2018
1 parent ba67659 commit 1e271e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/server/src/org/openqa/grid/selenium/GridLauncherV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public GridLauncherV3(String[] args) {
public GridLauncherV3(PrintStream out, String[] args) {
this.out = out;
this.args = args;

System.setProperty("org.seleniumhq.jetty9.LEVEL", "WARN");
}

public Optional<Stoppable> launch() {
Expand Down

0 comments on commit 1e271e6

Please sign in to comment.