Re: How to configure LogService

2018-09-18 Thread Alain Picard
8 um 12:24 > An: "users@felix.apache.org" > Betreff: Re: How to configure LogService > > Let me try again > > > On Tue, Sep 18, 2018 at 5:27 AM Philipp Höfler < > philipp.hoef...@pernexas.com<mailto:philipp.hoef...@pernexas.com>> wrote: > Hallo, > >

Re: How to configure LogService

2018-09-18 Thread Philipp Höfler
Antworten an: "users@felix.apache.org" > Datum: Dienstag, 18. September 2018 um 12:24 > An: "users@felix.apache.org" > Betreff: Re: How to configure LogService > > Let me try again > > > On Tue, Sep 18, 2018 at 5:27 AM Philip

Re: How to configure LogService

2018-09-18 Thread Raymond Auge
and send the link? > > Thanks, > Philipp > > Von: Alain Picard > Antworten an: "users@felix.apache.org" > Datum: Dienstag, 18. September 2018 um 12:24 > An: "users@felix.apache.org" > Betreff: Re: How to configure LogService > > Let me

Re: How to configure LogService

2018-09-18 Thread Philipp Höfler
An: "users@felix.apache.org" Betreff: Re: How to configure LogService Let me try again On Tue, Sep 18, 2018 at 5:27 AM Philipp Höfler mailto:philipp.hoef...@pernexas.com>> wrote: Hallo, @Raymond Auge<mailto:raymond.a...@liferay.com<mailto:raymond.a...@liferay.com>> I am using the

Re: How to configure LogService

2018-09-18 Thread Alain Picard
;users@felix.apache.org" > Datum: Dienstag, 18. September 2018 um 10:59 > An: "users@felix.apache.org" > Betreff: Re: How to configure LogService > > We first struggle to get a good picture of logging and what this Felix > Logback was doing. So here's a picture t

Re: How to configure LogService

2018-09-18 Thread Neil Bartlett
nks for your help, > Philipp > > Von: Alain Picard > Antworten an: "users@felix.apache.org" > Datum: Dienstag, 18. September 2018 um 10:59 > An: "users@felix.apache.org" > Betreff: Re: How to configure LogService > > We first struggle to get

Re: How to configure LogService

2018-09-18 Thread Philipp Höfler
ure and sending the link?. Thanks for your help, Philipp Von: Alain Picard Antworten an: "users@felix.apache.org" Datum: Dienstag, 18. September 2018 um 10:59 An: "users@felix.apache.org" Betreff: Re: How to configure LogService We first struggle to get a good picture of

Re: How to configure LogService

2018-09-18 Thread Alain Picard
We first struggle to get a good picture of logging and what this Felix Logback was doing. So here's a picture that might help. And btw, if our understanding is incorrect, please correct us. [image: image.png] On Tue, Sep 18, 2018 at 4:54 AM Raymond Auge wrote: > On Tue, Sep 18, 2018 at 4:42 AM

Re: How to configure LogService

2018-09-18 Thread Raymond Auge
On Tue, Sep 18, 2018 at 4:42 AM Philipp Höfler wrote: > Hallo Ray, > > thanks for your explanation. > > Based on the new information, I am trying to use Logback. > I actually made some progress, but still have one fundamental problem. > > I added the logback maven dependencies. I found some docum

Re: How to configure LogService

2018-09-18 Thread Philipp Höfler
Hallo Ray, thanks for your explanation. Based on the new information, I am trying to use Logback. I actually made some progress, but still have one fundamental problem. I added the logback maven dependencies. I found some documentation from you, saying that I also have to add sl4j as dependency

Re: How to configure LogService

2018-09-17 Thread Raymond Auge
Philipp, a) you don't need logback, but the Log Service spec doesn't define appenders per say, so you either have to provide your own LogListener implementation, fetch a LogStreamProvider and process the events, or maybe the LogService implementation offers it's own appenders (my experience has be

How to configure LogService

2018-09-17 Thread Philipp Höfler
Hi, with the latest update of the Felix SCR, I am able to get an instance of the LogService by referencing the LoggerFactory using this line of code: @Reference(service = LoggerFactory.class) private Logger _logger; Now, I would have expected, that I can configure the LogService through the Web