|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5073 | minor | always | 05-10-12 13:07 | 06-18-12 14:05 | |
|
|
|||||
| Reporter: | rickHigh | Platform: | |||
| Assigned To: | rickHigh | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.29 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |