Re: [Chainsaw] JSON Support

2021-06-17 Thread Ralph Goers
You should look at one of the formats that JsonTemplateLayout supports out of the box. Ralph > On Jun 17, 2021, at 6:09 PM, Robert Middleton wrote: > > I'm looking into adding some more modern JSON support into Chainsaw > for processing log statements from applications, but I'm not sure what >

[Chainsaw] JSON Support

2021-06-17 Thread Robert Middleton
I'm looking into adding some more modern JSON support into Chainsaw for processing log statements from applications, but I'm not sure what the best format for that is at the moment. Is there a standard JSON format that would make the most sense to use? Currently, I'm thinking that this would make

Re: Bazel for builds

2021-06-17 Thread Jeanderson
I know that Gradle supports Build cache locally and remotely (see [1]). This can be useful to speed-up the process. Gradle also provides parallel build (there are other features related to performance here [2]) I'm unable to provide some concrete thoughts on how that may work for Log4J because I'm

Re: Bazel for builds

2021-06-17 Thread Volkan Yazıcı
Regarding distributed compilation... We can get in touch with ASF to have some VMs for a build farm. That is, we will still run the build locally, though the compilation will be delegated to a cluster of nodes, which in return will speed up the process notably. Back in my graduate days, I was a big