Re: Re: Felix and Pax Logging

2017-11-30 Thread Milen Dyankov
quot; <milendyan...@gmail.com> > An: users@felix.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

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

Felix and Pax Logging

2017-11-29 Thread daniel stieger
Gentlemen,   i feel realy bad to ask such a beginner s question, but after 4 hours i m giving up.    I just use a plain felix installation and added the config admin and the pax logging framework (api + service). However, i have not found out how to configure pax logging to use a file...    *