[
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
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-
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
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
>
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
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.
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
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