Menu

#97 JavaFunctionObject logs at the wrong log level

closed-wont-fix
nobody
None
5
2009-01-02
2008-12-09
Anonymous
No

Our logs are full of method call tracing lines from org.lobobrowser.js.JavaFunctionObject which have been logged at INFO but probably should have been DEBUG.

Discussion

  • Lobo Project Lead

    • status: open --> closed-wont-fix
     
  • Lobo Project Lead

    There's no DEBUG in the java.logging API. Arguably they should be FINE, but I don't think we're going to change that now. The recommendation for Cobra is to set the logging level as follows.

    Logger.getLogger("org.lobobrowser").setLevel(Level.WARNING);

     

Log in to post a comment.