python-logstash icon indicating copy to clipboard operation
python-logstash copied to clipboard

Make the fields included in messages configureable

Open fdemmer opened this issue 9 years ago • 3 comments

I wanted 'lineno', 'funcName' in my log messages not only on exceptions, but always, so I added a parameter default_fields and exc_fields to be able to set the fields used in the logger configuration and rewrote a few things.

fdemmer avatar Oct 01 '14 17:10 fdemmer

I would like to see 'lineno' as well in all my log messages. Seems like a good idea to make this configurable.

byrman avatar Feb 12 '15 11:02 byrman

An alternative version of this - https://github.com/vklochan/python-logstash/pull/39

(I realized there is an older pull request only after I created mine.)

lalinsky avatar Oct 28 '15 14:10 lalinsky

Any updates?

darvid avatar Apr 11 '16 20:04 darvid