On Jan 4, 2008, at 11:56 AM, Will Norris wrote:

Perhaps a specific string can be prepended to T5 framework log messages, so that they can be filtered out in the logger configuration? Is that already possible by some global configuration, or should I add an issue?

Even better, I think I found the Right Way to do it... attach a org.slf4j.Marker to Tapestry framework log messages. This allows framework messages to be flagged in a special way that doesn't alter the content of the actual message, but still allows them to be dealt with differently than user-generated log messages. And now that I look at it, there are only three debug() calls and a single trace() call in tapestry-core, so this should be relatively simple.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to