Using this configuration, the RollingFileAppender gets instantiated even if the LoggingEventAsyncDisruptorAppender doesn't. This is problematic because I only ever reference the Async appender via flags that get evaluated via conditions in environments where the RollingFileAppender has permissions to create the files its referencing.
This works when using the deprecated method of nested appenders
Using this configuration, the RollingFileAppender gets instantiated even if the LoggingEventAsyncDisruptorAppender doesn't. This is problematic because I only ever reference the Async appender via flags that get evaluated via conditions in environments where the RollingFileAppender has permissions to create the files its referencing.
This works when using the deprecated method of nested appenders