Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005073 [Resin] minor always 05-10-12 13:07 06-18-12 14:05
Reporter rickHigh View Status public  
Assigned To rickHigh
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.29
  Product Build
Summary 0005073: DOC Issues: Logging docs: loggerName, name or shortName (loggerName is not listed in table preceeding example)
Description 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}"/>
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
05-10-12 13:07 rickHigh New Issue
06-15-12 12:28 rickHigh Resolution open => fixed
06-18-12 14:05 rickHigh Assigned To  => rickHigh
06-18-12 14:05 rickHigh Status new => closed
06-18-12 14:05 rickHigh version  => 4.0.29


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker