Closed sentient closed 7 years ago
I like the stack trace in full_message when it is an exception.
but the fallback to record.message() that is also used for the short_message is just unnecessary data collection into graylog.
What would be nice if we could write a filter that can provide a custom implementation on a record. e.g. record.get_full_message()
Sorry for a late reply. I don't know if this is still relevant, have you managed to get this working?
I like the stack trace in full_message when it is an exception.
but the fallback to record.message() that is also used for the short_message is just unnecessary data collection into graylog.
What would be nice if we could write a filter that can provide a custom implementation on a record. e.g. record.get_full_message()