Hello Stephen,

On Wed, 20 Apr 2022 at 20:03, Stephen Johns <mr.stephen.jo...@gmail.com>
wrote:

> Configurator.initialize(configurationBuilder.build());
>

This only works if the `LoggerContext` has not been initialized yet. Since
every call to a `LogManager` method initializes a `LoggerContext`, it is
almost certainly too late to use `Configurator.initialize`.

Use `Configuration.reconfigure` instead, which works in all cases.

Piotr

Reply via email to