On Sun, Sep 16, 2018 at 11:19 AM Matt Sicker wrote:
> If I recall correctly, the NullAppender is there mainly to avoid
> ClassLoader errors during shutdown in certain scenarios (e.g., shutdown
> before any appenders were initialized, so the class might not be loaded
> yet).
>
Well, it's quite ha
If I recall correctly, the NullAppender is there mainly to avoid
ClassLoader errors during shutdown in certain scenarios (e.g., shutdown
before any appenders were initialized, so the class might not be loaded
yet).
On Sun, 16 Sep 2018 at 12:03, Gary Gregory wrote:
> On Sat, Sep 15, 2018 at 5:22
On Sat, Sep 15, 2018 at 5:22 PM Gary Gregory wrote:
>
>
> On Sat, Sep 15, 2018 at 5:16 PM Gary Gregory
> wrote:
>
>>
>>
>> On Sat, Sep 15, 2018 at 4:43 PM Gary Gregory
>> wrote:
>>
>>> On Sat, Sep 15, 2018 at 4:40 PM Ralph Goers
>>> wrote:
>>>
If you don’t want to log anything then enable
On Sat, Sep 15, 2018 at 5:16 PM Gary Gregory wrote:
>
>
> On Sat, Sep 15, 2018 at 4:43 PM Gary Gregory
> wrote:
>
>> On Sat, Sep 15, 2018 at 4:40 PM Ralph Goers
>> wrote:
>>
>>> If you don’t want to log anything then enable a noop appender that just
>>> returns without doing anything
>>>
>>
>>
On Sat, Sep 15, 2018 at 4:43 PM Gary Gregory wrote:
> On Sat, Sep 15, 2018 at 4:40 PM Ralph Goers
> wrote:
>
>> If you don’t want to log anything then enable a noop appender that just
>> returns without doing anything
>>
>
> Oh, I see we already have a NullAppender...
>
So I can do:
On Sat, Sep 15, 2018 at 4:40 PM Ralph Goers
wrote:
> If you don’t want to log anything then enable a noop appender that just
> returns without doing anything
>
Oh, I see we already have a NullAppender...
Gary
>
> Sent from my iPhone
>
> > On Sep 15, 2018, at 12:34 PM, Gary Gregory
> wrote:
>
Or make sure it’s logging level causes it to never log
Sent from my iPhone
> On Sep 15, 2018, at 12:34 PM, Gary Gregory wrote:
>
> On Sat, Sep 15, 2018 at 3:24 PM Ralph Goers
> wrote:
>
>> We have an appended selector for this. Why not us it?
>>
>
> Hi,
>
> Because:
> - Conceptually, I am
If you don’t want to log anything then enable a noop appender that just returns
without doing anything
Sent from my iPhone
> On Sep 15, 2018, at 12:34 PM, Gary Gregory wrote:
>
> On Sat, Sep 15, 2018 at 3:24 PM Ralph Goers
> wrote:
>
>> We have an appended selector for this. Why not us it?
>
On Sat, Sep 15, 2018 at 3:24 PM Ralph Goers
wrote:
> We have an appended selector for this. Why not us it?
>
Hi,
Because:
- Conceptually, I am not selecting an appender out of a set, I want the one
appender enabled or disabled.
- In practice, using a ScriptAppenderSelector with a single Appende
We have an appended selector for this. Why not us it?
Sent from my iPhone
> On Sep 15, 2018, at 11:07 AM, Gary Gregory wrote:
>
> Hi All:
>
> At work, we have an installer program that installs one of five log4j
> configs depending on what the user selects in a UI. Each of these 5 configs
> ca
Hi All:
At work, we have an installer program that installs one of five log4j
configs depending on what the user selects in a UI. Each of these 5 configs
causes log events to end up in different kinds of SQL and NoSQL databases,
you pick one when you install. The installer does a brute force searc
11 matches
Mail list logo