replace log setup with a variable in Settings

Issue #376 resolved
Desrever Nu created an issue

replace the filename with a variable in Settings.java

      System.setProperty("logback.configurationFile", "allconfig/testlog.xml");

note : wait for #323

Comments (3)

  1. Benjamin Cordes

    in Test:

    String wdir = System.getProperty("user.dir"); File f = new File(wdir + Settings.TEST_LOGXML);

    Otherwise the standard logback.xml will be found in the resources folder which is packaged in the jar.

    Future improvement could be user-defined logging beyond the verbose flag.

  2. Log in to comment