Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9 logging question

John,

Can you share how you had your logging setup in Jetty 8 in more detail? The Jetty-specific logging implementation has remained largely unchanged. Were you using a SLF4J implementation before?

Best,
Chris

On Sat, Jan 21, 2017 at 10:08 AM, John English <john.foreign@xxxxxxxxx> wrote:
I'm in the process of migrating from Jetty 8.1.4 to Jetty 9 (finally) and I have a small logging problem. My old setup wrote messages to the Jetty log file via ServletContext.log(), but also wrote some messages to stdout. I've added the console-capture module to enable logging, but then the messages to stdout also get routed to the log file. Is there a way to keep them separated?

Thanks,
--
John English
_______________________________________________
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