Mantis - Resin
Viewing Issue Advanced Details
3255 minor always 01-14-09 13:48 03-19-09 11:21
ferg  
ferg  
normal  
closed 3.2.1  
fixed  
none    
none 4.0.0  
0003255: logging request url
(rep by Philippe Collard)

We are currently chasing a few servlet exceptions on our websites running Resin. Our problem is that in the log we can see the pages that caused exceptions, but we have a hard time reproducing the errors/bugs as most errors are caused by an invalid parameter in the URL query string.
 
 
Our resin.conf looks like this :
 
  <resin:set var="log_level" default="warning"/>
  <log name="" level="${log_level}" path="${resin.home}/log/admin.log" rollover-size="5M" rollover-count="5"/>


Notes
(0003908)
ferg   
03-19-09 11:21   
Added "${request.requestURI} ${session.id} ${cookie['foo']}"

server/029{2,3,4}