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

--- Comment #2 from agi20dla <agi20...@gmail.com> ---
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: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to