https://issues.apache.org/bugzilla/show_bug.cgi?id=56646

--- Comment #2 from agi20dla <[email protected]> ---
Here is the java code where the problem was identified:

public myFunction(String contextFile, String logconfig) {
    try {
      System.out.println("Starting using log config: " + logconfig);
      PropertyConfigurator.configure(new URL(logconfig));
    } catch (Exception e) {
      System.out.println("Log configuration failed, using defaults");
      BasicConfigurator.configure();
    }
    ...
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to