Lot of INFO logs for the JCRWebdavServer, could be set to DEBUG
---------------------------------------------------------------
Key: JCRSERVLET-5
URL: https://issues.apache.org/jira/browse/JCRSERVLET-5
Project: Jackrabbit JCR Servlets
Issue Type: Bug
Reporter: Thierry Yge
Priority: Minor
Currently the error.log of the customer is filling mostly with
23.12.2009 15:15:31 *INFO * JCRWebdavServer: No more references present on
webdav session -> clean up. (JCRWebdavServer.java, line 228)
23.12.2009 15:15:32 *INFO * JCRWebdavServer: Login: User 'admin' logged out
(JCRWebdavServer.java, line 234)
23.12.2009 15:15:32 *INFO * JCRWebdavServer: login: User 'admin' logged in.
(JCRWebdavServer.java, line 188)
23.12.2009 15:15:32 *INFO * JCRWebdavServer: Removed reference
org.apache.jackrabbit.webdav.webdavrequesti...@1dab238d to session
org.apache.jackrabbit.server.jcr.jcrwebdavserver$davsessioni...@6ca4680c
(JCRWebdavServer.java, line 222)
As the customer is using webdav in the daily works so logs are full quickly
and even we rotate them, due to this kind of logs, we may loose other more
important logs. It could have been nice to have it as DEBUG. (remark we had
previously a bug in that servlet, which was looping infinitely, but this is no
more the case it's just normal logs, currently it's running with crx 1.4.2.11
which I assume is based on jackrabbit 1.4 code)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.