http://bugzilla.qos.ch/show_bug.cgi?id=54

           Summary: logback-test.xml enhancement
           Product: logback-general
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: build-structure
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Currently logback looks for two different default config files. First:
logback.xml followed by logback-test.xml. The idea of a seperate test config
file is very appealing. Espcially with Maven2 projects where you can seperate
your production and test resources into their own directories. 

It would be a real productive gain if logback could somehow pick which logback
file to use. Test config file when developing and running test cases, or the
main file when used in production.

Effectively it would swap the file order for checking for default files. First
use logback-test.xml then logback.xml. With Maven you have a rather strong
guarantee that your test config file won't be included together with your
production code.


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to