Mantis - Resin
Viewing Issue Advanced Details
5073 minor always 05-10-12 13:07 06-18-12 14:05
rickHigh  
rickHigh  
normal  
closed 4.0.29  
fixed  
none    
none  
0005073: DOC Issues: Logging docs: loggerName, name or shortName (loggerName is not listed in table preceeding example)
http://www.caucho.com/resin-4.0/admin/logging.xtp [^]

Example refers to

Example: log format string

<log-handler name='' level='all' path='stderr:' timestamp="[%H:%M:%S.%s]"
     format=" ${log.level} ${log.loggerName} ${log.message}"/>

It probably should be


<log-handler name='' level='all' path='stderr:' timestamp="[%H:%M:%S.%s]"
     format=" ${log.level} ${log.name} ${log.message}"/>

or



<log-handler name='' level='all' path='stderr:' timestamp="[%H:%M:%S.%s]"
     format=" ${log.level} ${log.name} ${log.message}"/>

There are no notes attached to this issue.