Phil Clay

Results 60 comments of Phil Clay

The logback version will be bumped in the next release of logstash-logback-encoder. In the meantime, you can directly depend on the newer logback version in your application, or use dependencyManagement...

This feature could be easily confused with the existing `includeMdcKeys` / `excludeMdcKeys` already on the `MdcJsonProvider`. Perhaps it would be more obvious if it was implemented as a composite `MdcEntryWriter`...

Tracked this down to a potential problem in terraform. I've submitted a PR (hashicorp/terraform#17049) to hopefully fix.

I'll get this released sometime soon.

I have not tried it yet. Feel free to give it a shot and report any problems you find.

I'd suggest renaming `log.record.parameters` to `log.record.arguments`, since the arguments are what is proposed to be captured here, not the parameters. [What's the difference between an argument and a parameter?](https://stackoverflow.com/questions/156767/whats-the-difference-between-an-argument-and-a-parameter) Arguments...