Re: [osgi-dev] Enabling debug of SCR with Equinox

2018-08-08 Thread Cristiano via osgi-dev
Hi Raymond, Well, I use old and good PDE (plus maven) and I can confirm and reconfirm that empirically the difference of number of lines displayed between the 2 cases is huge. In case one, I just start the framework setting the felix.logback to auto-start. so, have no change in the default

Re: [osgi-dev] Enabling debug of SCR with Equinox

2018-08-07 Thread Alain Picard via osgi-dev
Thanks Ray and Cristiano. will try that shortly. Alain On Tue, Aug 7, 2018 at 9:24 AM Raymond Auge via osgi-dev < osgi-dev@mail.osgi.org> wrote: > Here's a few additional comments to Critiano's suggestion: > > > On Mon, Aug 6, 2018 at 8:38 PM, Cristiano via osgi-dev < > osgi-dev@mail.osgi.org>

Re: [osgi-dev] Enabling debug of SCR with Equinox

2018-08-07 Thread Raymond Auge via osgi-dev
Here's a few additional comments to Critiano's suggestion: On Mon, Aug 6, 2018 at 8:38 PM, Cristiano via osgi-dev < osgi-dev@mail.osgi.org> wrote: > hi, > > if you are using the latest equinox, one good alternative is to use the > recently released org.apache.felix.logback. > You can even use

Re: [osgi-dev] Enabling debug of SCR with Equinox

2018-08-06 Thread Cristiano via osgi-dev
hi, if you are using the latest equinox, one good alternative is to use the recently released org.apache.felix.logback. you just need to set a proper logback configuration file defining the appenders and log level and then use the vm argument as below (I used to debug inside eclipse ide):

[osgi-dev] Enabling debug of SCR with Equinox

2018-08-06 Thread Alain Picard via osgi-dev
I want to enable debug logging / tracing of SCR when running with Equinox. I tried to use config admin to configure "org.apache.felix.scr.ScrService" but to no avail. Not sure if even if Eclipse now uses felix scr if that is the way to go. Or it is the whole log redirection thing (