Hi,

I've just upgraded my plugin configuration from 6.1.25 to
7.5.1.v20110908 . The single issue I still face is that the
systemProperties are not applied. This section used to configure
logback has no effect:

                                        <systemProperties>
                                                <systemProperty>
                                                        
<name>logback.configurationFile</name>
                                                        
<value>./src/main/resources/logback.xml</value>
                                                </systemProperty>
                                        </systemProperties>

Instead, Jetty picks up a default logback.xml from the classpath which
sets the log level to debug.

Including -Dlogback.configurationFile=./src/main/resources/logback.xml
in my launch configuration ( I use Eclipse ) fixes this problem, so
this looks like a bug. Please let me know if I'm doing something wrong
and should open a bug ( and in in which tracker ).

Thanks,

Robert

-- 
Sent from my (old) computer
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to