-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Would a UDP appender be possible?
We use statsd for our metrics collection endpoint, which wants UDP packets containing strings like dotted.bucket.name:value|bucket-type and I'd like to use logging to push messages.
Also, while I think about it - is it possible to transform messages? So when writing to appender A, it would apply a transform to the message (in this case, probably discard the English text and do something like transform the class into a dot-separated string, glue the log-level on the end, and maybe parse a value out of the message itself).
Metadata
Metadata
Assignees
Labels
No labels