Platform: Karaf 4.1.5, openjdk 8, debian 9.6 "stretch", web whiteboard

I'm trying to set up access log in karaf, so I googled and found this:
 
https://ops4j1.jira.com/browse/PAXWEB-269?focusedCommentId=14158&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14158

So I added the following to the etc/org.ops4j.pax.web.cfg file:
org.ops4j.pax.web.log.ncsa.format=yyyy_mm_dd.request.log
org.ops4j.pax.web.log.ncsa.retaindays=90
org.ops4j.pax.web.log.ncsa.append=true
org.ops4j.pax.web.log.ncsa.extended=true
org.ops4j.pax.web.log.ncsa.timezone=GMT

I then restarted karaf and reinstalled my web application.  But there is
no *.request.log file found anywhere.

What am I doing wrong?

Thanks!

Reply via email to