[wildfly-dev] Logging Changes

Brian Stansberry brian.stansberry at redhat.com
Thu Dec 14 16:23:12 EST 2017


On Tue, Dec 12, 2017 at 2:18 PM, James Perkins <jperkins at redhat.com> wrote:

>
>
> On Tue, Dec 12, 2017 at 11:10 AM, Brian Stansberry <
> brian.stansberry at redhat.com> wrote:
>>
>>
>>>>> I'm not sure what counts as first in this context, but fwiw if a
>>>> logging subsystem is present during boot we always execute it's
>>>> Stage.RUNTIME steps first before proceeding on to doing the parallel
>>>> execution of the other subsystems. We could probably without too much
>>>> trouble get a bit more grimy, e.g. to get the subsystem ops to run before a
>>>> few others if they don't already. Beyond that I sense we wouldn't be
>>>> talking grimy, we'd be talking horrible. :)
>>>>
>>>
>>> Darran and I had a brief discussion about what we could do because at
>>> least parts of Elytron and logging are generally needed before other things
>>> are configured. Elytron would likely need to be first because logging will
>>> have to use capabilities from it.
>>>
>>> I've wondered if there should be a new Stage.PRE_RUNTIME type of stage,
>>> but I can also see where that may get abused.
>>>
>>
>> This is starting to smell bad.
>>
>> Elytron needs DS it seems, and DS needs ? and, well, this is why we use
>> MSC. :)  We hadn't had deps from logging to other subsystems before, which
>> is what made the minor boot op ordering tricks we do useful, but since we
>> now do, then we're really down to MSC. Boot op ordering tricks can help
>> optimize common cases like a logging subsystem not having elytron
>> dependencies, but I don't think we should try and create a duplicate MSC.
>>
>>
>
> Yes I definitely agree. I don't really think adding a new stage is a good
> idea.
>
> The only real reason for logging to need a dependency on Elytron would be
> to get an SSLContext for sending log messages over a socket. We don't
> currently have a socket-handler and the syslog handler doesn't currently
> support SSL. However the syslog server for access logging does.
>
> If we don't want to have logging rely on Elytron we'd just have to use the
> standard way of configuring an SSLContext.
>
>

I don't intend to advocate not relying on Elytron. But if a config does
that I think it means some logging stuff isn't available until MSC says it
is, and I guess that means queuing messages.

Is the queueing until the management op that installs the logging subsystem
commits? Which basically means until the end of boot? If so that's an
argument for splitting deployments out into a different chunk of boot ops
from the deployments.

BTW, I'm not sure why a domain server would be different from a standalone
one in terms of having to use JBoss Log Manager.

-- 
Brian Stansberry
Manager, Senior Principal Software Engineer
Red Hat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20171214/48f57aca/attachment.html 


More information about the wildfly-dev mailing list