[
https://issues.apache.org/jira/browse/WAVE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128139#comment-13128139
]
Nelson Silva commented on WAVE-293:
-----------------------------------
src/org/waveprotocol/wave/util/logging/Log.java
@@ -347,6 +347,7 @@
}
LogRecord record = new MyLogRecord(level, contextualiseMessage(msg), t);
+ record.setLoggerName(logger.getName());
logger.log(record);
}
> Log records do not have the logger name
> ---------------------------------------
>
> Key: WAVE-293
> URL: https://issues.apache.org/jira/browse/WAVE-293
> Project: Wave
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.1
> Reporter: Nelson Silva
> Priority: Minor
>
> I'm using a custom java.util.logging.Handler and overriding publish(LogRecord
> record) but the LogRecord created in org.waveprotocol.wave.util.logging.Log
> does not have the logger name set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira