https://issues.apache.org/bugzilla/show_bug.cgi?id=44551
Summary: SocketHubAppender in the 1.2.16 does not support a
scroll back buffer or application property
Product: Log4j
Version: 1.2
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Appender
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=21644)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21644)
Patch to fix the issues listed in the description
Part 1)
The 1.3 version of SocketHubAppender uses a cyclic buffer to store the last X
log messages that are delivered to the client on connection so that they can
have some of the recently logged events. This was never back ported to the
1.2.X branch.
Part 2)
The 1.2.X version of SocketAppender supports an application property which
chainsaw can read to specify which application the log is for.
SocketHubAppender should also support this functionality.
The attached patch resolves these issues.
Thanks to Scott Deboy for his guidance.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]