Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 4.0.29
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}"/>
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