Michael Härtl
Michael Härtl
@danymat Can we do anything to get this finally merged?
@danymat Sorry to bug you again on this but this change would really fix a big annoyance for me. So you think you could just merge this? I don't think...
I see a similar error on random occasions when I blame from a buffer (so not on a commit or something like OP). Before I create another issue I'd like...
@antoinemadec It doesn't seem completely gone for me: > [Fzf-lua] ':split | e src/main/java/com/example/service/blueprint/dto/BlueprintDto.java' failed: vim/_editor.lua:0: nvim_exec2()..BufEnter Autocommands for "": Vim(append):Error executing lu a callback: .../share/nvim/plugged/gitsigns.nvim/lua/gitsigns/blame.lua:233: Invalid window id: 1000...
> @antoinemadec It doesn't seem completely gone for me: Opened #1139 for this which was fixed by #1140.
As this is also about integration with ElasticSearch (via ECS) I think the log output should be a bit different. If I understand correctly the whole point of ECS is...
Maybe as an inspiration: this is how we solved it. It's probably far from complete but it serves our purposes. We've simply used logbook together with [logback-ecs-encoder](https://www.elastic.co/docs/reference/ecs/logging/java/setup). ```java @Log4j2 @Configuration...