Skip to main content

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

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


Back to the top