[jira] [Resolved] (FELIX-4615) Re-enable ability to activate Jetty logging through HTTP service properties

2019-06-14 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-4615. - Resolution: Won't Fix > Re-enable ability to activate Jetty logging through HTTP

[jira] [Commented] (FELIX-4615) Re-enable ability to activate Jetty logging through HTTP service properties

2016-09-19 Thread Carsten Ziegeler (JIRA)
t? I cant find the property "org.apache.felix.http.debug" in the current code base at all > Re-enable ability to activate Jetty logging through HTTP service properties > --- > > Key: FELIX-

[jira] [Created] (FELIX-4615) Re-enable ability to activate Jetty logging through HTTP service properties

2014-08-26 Thread Rob Walker (JIRA)
Rob Walker created FELIX-4615: - Summary: Re-enable ability to activate Jetty logging through HTTP service properties Key: FELIX-4615 URL: https://issues.apache.org/jira/browse/FELIX-4615 Project: Felix

Re: Jetty Logging

2014-08-26 Thread Felix Meschberger
Hi Rob Yeah, I would think so. I would think it is just a regression from some Jetty migrations in the past… Regards Felix Am 26.08.2014 um 13:34 schrieb Rob Walker : > Thanks Felix - that's how I read it also. > > Not urgent for me at present - I have an internal PR to migrate our App to >

Re: Jetty Logging

2014-08-26 Thread Rob Walker
Thanks Felix - that's how I read it also. Not urgent for me at present - I have an internal PR to migrate our App to the latest HTTP Jetty version anyone, so maybe I'll take a look at wiring that debug flag back in at the same time. Do you think it's worth raising a JIRA report for it? -- Ro

Re: Jetty Logging

2014-08-26 Thread Felix Meschberger
Hi If I see it correctly it all happens in the Jetty org.eclipse.jetty.util.log.Log class, which by defaults sets up logging to SLF4J which can be overwritten by setting the „org.eclipse.jetty.util.log.class“ property. Looking at JettyConfig it seems that the debug flag is not currently used.

Jetty Logging

2014-08-26 Thread Rob Walker
I'm being lazy here I know, but anyone remember offhand the set of properties required to get Jetty's own internal tracing/logging piped through to the OSGi logging. Scanning the code quickly, I can see the JettyLogger class but my head is not quite connecting the dots on how to get that active

Jetty logging levels

2010-08-11 Thread Jackson, Bruce
Hi All I'm using the Jetty HTTP bundle version 1.0.1. Does anyone know what the system property is to control logging for this bundle? I constantly see: 08-11 12:13:09.613: DEBUG/SkiftaService-Generic(5383): org.mortbay.log:EOF in my logs... Thanks Bruce