Re: Re: Felix and Pax Logging

2017-11-30 Thread Milen Dyankov
tion and javax.mail > packages, which are not "out of the box" suitable for osgi.. > > My struggle wil go on... i will try a couple of things. > > Thanks for your help, > Daniel > > > Gesendet: Mittwoch, 29. November 2017 um 19:49 Uhr > Von: "Milen Dyankov&

Aw: Re: Felix and Pax Logging

2017-11-30 Thread daniel stieger
lix.apache.org Betreff: Re: Felix and Pax Logging I think in order to do that you need FileInstall ( http://felix.apache.org/documentation/subprojects/apache-felix-file-install.html). You need to configure it to watch the folder(s) you want via system property `felix.fileinstall.dir`.

Re: Felix and Pax Logging

2017-11-29 Thread Milen Dyankov
I think in order to do that you need FileInstall ( http://felix.apache.org/documentation/subprojects/apache-felix-file-install.html). You need to configure it to watch the folder(s) you want via system property `felix.fileinstall.dir`. Then you can place a file `org.ops4j.pax.logging.cfg` in that

Re: Felix and Pax Logging

2017-11-29 Thread Erwin Hogeweg
Daniel, We have these in our startup script: -Dfelix.fileinstall.dir=../../conf \ -Dlog4j.configuration=file:../../conf/org.ops4j.pax.logging.cfg \ Not even sure anymore if we need them both, but it works perfectly. Hope this helps, Erwin On Nov 29, 2017, at 11:42, daniel stieger