Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Servlet log4j not using jetty rootLogger - servlet code

That will look for your Log4j classes in your webapp, and the log4j classes in your webapp will look for the log4j configuration in your webapp's classloader.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Fri, Oct 9, 2015 at 4:18 AM, Bill Ross <ross@xxxxxxxxxxxx> wrote:
Here is how my Servlets are coded:

import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;

    protected static final Logger log = LogManager.getLogger();

Thanks,
Bill
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top