WebView in Debug Mode if logging is enabled

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 7u6
    • Component/s: javafx
    • Environment:

      JavaFX 2.2 build b19 Windows 64-bit (Winodws 7)

    • web

      WebView enters a debug mode, if java.util.logging is used with the attached logging.properties (System.setProperty("java.util.logging.config.file", "config/logging.properties");).
      This can be reproduced with the JavaFX 2 Ensemble WebView example.

      Workaround posted by Brad Johnson:

      Logger logger =
                  Logger.getLogger( WCGraphicsPrismContext.class.getName() );
      logger.setLevel( Level.OFF );

            Assignee:
            Unassigned
            Reporter:
            Philipp Cornelius (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: