Dan Logan
Dan Logan
1) is covered in logstash/outputs/base 2) I would argue should be a configuration. Forcing a flush may not always be desirable.
Hi @marcingrzejszczak - I have pushed a sample to https://github.com/dmlogs/sample-sleuth-issue-2150 Comment/uncomment this line to compare the behavior: https://github.com/dmlogs/sample-sleuth-issue-2150/blob/main/src/main/java/com/example/demo/CarService.java#L22
I'm getting a similar error only after I add `@eslint/json` to my config as below. If I remove this block eslint skips json files. ``` { files: ["**/*.json"], language: "json/json",...