Re: Rotating karaf.log?

2019-05-26 Thread Frédéric Gendebien
Unsubscribe On Thu, 16 May 2019 at 17:58, Steinar Bang wrote: > I have a 14MB karaf.log file on my production server and emacs think > that is large and complains every time I open it. > > Is there some configuration in karaf that can make it rotate the > karaf.log file? Is there a way

Re: Rotating karaf.log?

2019-05-26 Thread Jean-Baptiste Onofré
You are welcome ;) Regards JB On 26/05/2019 08:26, Steinar Bang wrote: >> Jean-Baptiste Onofré : > >> Hi Steinar, >> yes, you can rotate by configuration in etc/org.ops4j.pax.logging.cfg. > >> By configuration, the rotation is set to 16MB: > >> # Rolling file appender >>

Re: Problem with SpiFly serviceloader

2019-05-26 Thread Jean-Baptiste Onofré
Hi, Spifly doesn't come with http feature. It comes with jetty feature which is not used by default (pax-jetty is used). Do you have jetty feature installed ? Did you check if you don't have two jetty versions installed ? Regards JB On 26/05/2019 08:43, Paul Fraser wrote: > Hi Benjamin, > >

Re: Problem with SpiFly serviceloader

2019-05-26 Thread Paul Fraser
Hi Benjamin, It gets installed as part of the "http" feature which I have installed. It is showing as ACTIVE in the bundle list. "aries-proxy" feature is also required for asm support of the dynamic bundle and it is installed and ACTIVE in my installation. Paul On 26/05/2019 4:36 pm,

Re: Problem with SpiFly serviceloader

2019-05-26 Thread Benjamin Graf
Hi Paul, did you install mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.2.1? It's not listed in your feature file. I think that's all you need. Regards Benjamin Am 26.05.2019 um 06:33 schrieb Jean-Baptiste Onofré: > Hi, > > osgi.serviceloader.registrar package is part of

Re: Rotating karaf.log?

2019-05-26 Thread Steinar Bang
> Jean-Baptiste Onofré : > Hi Steinar, > yes, you can rotate by configuration in etc/org.ops4j.pax.logging.cfg. > By configuration, the rotation is set to 16MB: > # Rolling file appender > log4j2.appender.rolling.type = RollingRandomAccessFile > log4j2.appender.rolling.name = RollingFile >