A different POV I have lately is playing around with a Raspberry Pi, which
is a touch more resource constrained than a Windows or Linux box. I am also
working on an Arduino project but I can't run Java there.
Gary
On Tue, Mar 3, 2020, 11:37 Ralph Goers wrote:
> Moved to a separate topic since n
I'd like to keep log4j-core dependency-free (other than log4j-api of
course), so any plugins that only require java.base seem fine to
include in core. We'll likely need some optional dependencies for
asynchronous logging and such, but simplifying the dependencies here
would be great.
On Tue, 3 Mar
> On Mar 3, 2020, at 2:12 AM, Volkan Yazıcı wrote:
>
> Hello,
>
> Given I am done with my JsonTemplateLayout PR and waiting for the
> review (I am looking at you Ralph),
I promise I will get to this very soon.
> I have started working on removing
> Jackson dependency. This would allow the l
Moved to a separate topic since none of this has much to do with the questions
that were asked.
> On Mar 3, 2020, at 6:52 AM, Gary Gregory wrote:
>
> Hi All (I'm back from vacation today):
>
> For 3.0, my thoughts are that the 'core' should only include infrastructure
> used to implement actu
To be clearer (sorry I was not before), I think we are going to the
direction of NOT trying to stuff MORE stuff in the core module, whether
that's in 2.x or 3.x. My preference would be to include this kind of new
features in new modules so that folks get used to what will hopefully be
the norm in 3
I think that’s more related to where everything will go in 3.x. There’s no
reason we can’t include this in 2.x. Being dependency free qualifies it for
core in 2.x at least.
On Tue, Mar 3, 2020 at 08:24 Volkan Yazıcı wrote:
> While this feedback is not directly related with my question, I have
>
While this feedback is not directly related with my question, I have
the impression that you anticipate JsonTemplateLayout to get released
with 3.X. If so, that is sort of bad news for me, since I wanted to
have it earlier in a 2.X release. Would you mind elaborating on this,
please?
On Tue, Mar 3
The new config code is all extremely modular. I put it all in the plugins
module for now, but it can certainly end up as a stand-alone module. FWIW,
I’d love to go with this idea as I’ve wanted something like it since I
started working on OSGi integration long ago.
On Tue, Mar 3, 2020 at 07:52 Gar
Hi All (I'm back from vacation today):
For 3.0, my thoughts are that the 'core' should only include infrastructure
used to implement actual appenders and layouts (and filters and so on.)
My experience with the products that use Log4j 1 and 2 at work is:
- Use the Console appender by default.
- No
Hello,
Given I am done with my JsonTemplateLayout PR and waiting for the
review (I am looking at you Ralph), I have started working on removing
Jackson dependency. This would allow the layout to be included in the
core. A major obstacle I encounter is the implementation of the
following two config
10 matches
Mail list logo